12345678910111213141516171819202122232425262728293031323334 |
- # Copyright 2021 Dell Inc. or its subsidiaries. All Rights Reserved.
- #
- # Licensed under the Apache License, Version 2.0 (the "License");
- # you may not use this file except in compliance with the License.
- # You may obtain a copy of the License at
- #
- # http://www.apache.org/licenses/LICENSE-2.0
- #
- # Unless required by applicable law or agreed to in writing, software
- # distributed under the License is distributed on an "AS IS" BASIS,
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- # See the License for the specific language governing permissions and
- # limitations under the License.
- ---
- # vars file for idrac_2fa role
- # Usage: validate_2fa_vars.yml
- 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"
- # Usage: configure_smtp.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"
- # Usage: configure_2fa.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"
|