main.yml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536
  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 collect_device_info role
  16. # This role will not group the devices if user provides invalid credentials
  17. # Usage main.yml
  18. mgmt_provisioned_hosts_file: "{{ role_path }}/files/mgmt_provisioned_hosts.yml"
  19. # Usage create_inventory.yml
  20. infiniband_status_code: 302
  21. idrac_search_key: "Integrated Dell Remote Access Controller"
  22. ethernet_search_key: "OS10"
  23. infiniband_search_key: "MLNX-OS"
  24. me4_powervault_search_key: "ME4"
  25. idrac_inventory_fail_msg: "Failed. Unable to add {{ inventory_hostname }} to idrac_inventory"
  26. ethernet_inventory_fail_msg: "Failed. Unable to add {{ inventory_hostname }} to ethernet_inventory"
  27. ib_inventory_fail_msg: "Failed. Unable to add {{ inventory_hostname }} to ib_inventory"
  28. powervault_me4_fail_msg: "Failed. Unable to add {{ inventory_hostname }} to powervault_me4_inventory"
  29. base_vars_file: "{{ playbook_dir }}/../../../input_params/base_vars.yml"
  30. login_vars_file: "{{ playbook_dir }}/../../../input_params/login_vars.yml"
  31. login_vault_file: "{{ playbook_dir }}/../../../input_params/.login_vault_key"
  32. file_perm: '0644'