main.yml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # Copyright 2022 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. # Usage: main.yml
  16. login_node_group: login_node
  17. # Usage: set_fqdn.yml
  18. etc_hosts_file_dest: /etc/hosts
  19. file_mode: '0644'
  20. # Usage: firewall_settings.yml
  21. https_port1: "80/tcp"
  22. https_port2: "443/tcp"
  23. ldap_port1: "389/tcp"
  24. ldap_port2: "636/tcp"
  25. kerberos_port1: "88/tcp"
  26. kerberos_port2: "464/tcp"
  27. kerberos_port3: "88/udp"
  28. kerberos_port4: "464/udp"
  29. dns_port1: "53/tcp"
  30. dns_port2: "53/udp"
  31. dt_port1: "7389/tcp"
  32. ntp_port1: "123/udp"
  33. # Usage: enable_dnf_module.yml
  34. os_centos: 'centos'
  35. os_rocky: 'rocky'
  36. os_leap: 'leap'
  37. os_version: '8.0'