12345678910111213141516171819202122232425262728293031323334 |
- ---
- simple_2fa_success_msg: "two_factor_authentication validated"
- simple_2fa_fail_msg: "Failed. two_factor_authentication accepts only enabled or disabled in idrac_vars.yml"
- smtp_input_fail_msg: "Failed. Please provide all the required parameters in idrac_tools_vars.yml"
- enable_2fa_warning_msg: "[WARNING] Once 2FA is enabled, user has to disable 2FA manually. Other iDRAC playbooks won't run if 2FA is enabled. Interrupt the playbook execution to cancel the task"
- idrac_2fa_disable_msg: "Failed. Disabling 2FA not supported. Disable 2FA manually."
- email_address_success_msg: "use_email_address_2fa validated"
- email_address_fail_msg: "Failed. Invalid format of email address for use_email_address_2fa in idrac_tools_vars.yml"
- test_email_success_msg: "Test email sent successfully"
- test_email_check_success_msg: "Sucessfully sent test email and verified SMTP configuration"
- test_email_check_fail_msg: "Failed. Unable to sent test email. Verify SMTP related input provided in idrac_tools_vars.yml"
- enable2fa_skip_msg: "2FA enable task skipped. 2FA can be enabled only to user index 2"
- enable_2fa_msg: "2FA enabled successfully. For running other iDRAC playbooks, disable 2FA manually first"
|