main.yml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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: check_prerequisites.yml
  16. return_status: 200
  17. server_file: "{{ role_path }}/files/.ipavars.yml"
  18. file_mode: '0644'
  19. # Usage: firewall_settings.yml
  20. https_port1: "80/tcp"
  21. https_port2: "443/tcp"
  22. ldap_port1: "389/tcp"
  23. ldap_port2: "636/tcp"
  24. kerberos_port1: "88/tcp"
  25. kerberos_port2: "464/tcp"
  26. kerberos_port3: "88/udp"
  27. kerberos_port4: "464/udp"
  28. dns_port1: "53/tcp"
  29. dns_port2: "53/udp"
  30. dt_port1: "7389/tcp"
  31. ntp_port1: "123/udp"
  32. # Usage: enable_dnf_module.yml
  33. os_supported_centos: "centos"
  34. os_supported_rocky: "rocky"
  35. # Usage: install_packages.yml
  36. ipa_server_packages:
  37. - bind
  38. - bind-dyndb-ldap
  39. - ipa-server-dns
  40. - freeipa-server
  41. # Usage: install_ipa_server.yml
  42. resolv_conf_path: /etc/resolv.conf
  43. temp_resolv_conf_path: /tmp/resolv.conf
  44. ipa_admin_username: admin
  45. # Usage: ipa_configuration.yml
  46. sysadmin_sudo_rule: sysadmin_sudo
  47. sysadmin_sudo_rule_description: "Allow users to run sudo commands"
  48. sysadmin_user_group: sysadmin
  49. sysadmin_group_description: "User group with sudo permission"
  50. # Usage: session_timeout.yml
  51. sshd_conf_file: /etc/ssh/sshd_config