main.yml 1.9 KB

123456789101112131415161718192021222324252627282930313233
  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_ldap role
  16. # Usage: validate_ldap_vars.yml
  17. ldap_success_msg: "generic_ldap_directory_services validated"
  18. ldap_fail_msg: "Failed. generic_ldap_directory_services accepts only enabled or disabled in idrac_vars.yml"
  19. ldap_input_fail_msg: "Failed. Please provide all the required parameters in idrac_tools_vars.yml"
  20. cert_validation_success_msg: "cert_validation_enable validated"
  21. cert_validation_fail_msg: "Failed. cert_validation_enable accepts only disabled in idrac_tools_vars.yml"
  22. bind_dn_success_msg: "bind_dn validated"
  23. bind_dn_fail_msg: "Failed. Invalid format for bind_dn in idrac_tools_vars.yml"
  24. base_dn_success_msg: "base_dn validated"
  25. base_dn_fail_msg: "Failed. Invalid format for base_dn in idrac_tools_vars.yml"
  26. group_attribute_success_msg: "group_attribute_is_dn is validated"
  27. group_attribute_fail_msg: "Failed. group_attribute_is_dn accepts only enabled or disabled in idrac_tools_vars.yml"
  28. role_group1_dn_success_msg: "role_group1_dn validated"
  29. role_group1_dn_fail_msg: "Failed. Invalid format for role_group1_dn in idrac_tools_vars.yml"
  30. role_group1_privilege_success_msg: "role_group1_privilege validated"
  31. role_group1_privilege_fail_msg: "Failed. role_group1_privilege accepts only Administrator or Operator or ReadOnly in idrac_tools_vars.yml"