main.yml 1.9 KB

12345678910111213141516171819202122232425262728293031323334
  1. # Copyright 2021 Dell Inc. or its subsidiaries. All Rights Reserved.
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. ---
  15. # vars file for idrac_2fa role
  16. # Usage: validate_2fa_vars.yml
  17. simple_2fa_success_msg: "two_factor_authentication validated"
  18. simple_2fa_fail_msg: "Failed. two_factor_authentication accepts only enabled or disabled in idrac_vars.yml"
  19. smtp_input_fail_msg: "Failed. Please provide all the required parameters in idrac_tools_vars.yml"
  20. 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"
  21. idrac_2fa_disable_msg: "Failed. Disabling 2FA not supported. Disable 2FA manually."
  22. email_address_success_msg: "use_email_address_2fa validated"
  23. email_address_fail_msg: "Failed. Invalid format of email address for use_email_address_2fa in idrac_tools_vars.yml"
  24. # Usage: configure_smtp.yml
  25. test_email_success_msg: "Test email sent successfully"
  26. test_email_check_success_msg: "Sucessfully sent test email and verified SMTP configuration"
  27. test_email_check_fail_msg: "Failed. Unable to sent test email. Verify SMTP related input provided in idrac_tools_vars.yml"
  28. # Usage: configure_2fa.yml
  29. enable2fa_skip_msg: "2FA enable task skipped. 2FA can be enabled only to user index 2"
  30. enable_2fa_msg: "2FA enabled successfully. For running other iDRAC playbooks, disable 2FA manually first"