fas server: just move the rest over from vars/RedHat.yml

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-04-30 22:30:18 +00:00
parent ebad3079ff
commit d4192d6b12
2 changed files with 6 additions and 0 deletions

View file

@ -8,6 +8,9 @@ virt_install_command: "{{ virt_install_command_rhel6 }}"
base_pkgs_inst: ['iptables']
base_pkgs_erase: ['firstboot-tui','bluez-utils', 'sendmail','firewalld']
service_disabled: []
service_enabled: []
is_rhel: True
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file

View file

@ -8,6 +8,9 @@ virt_install_command: "{{ virt_install_command_rhel6 }}"
base_pkgs_inst: ['iptables']
base_pkgs_erase: ['firstboot-tui','bluez-utils', 'sendmail','firewalld']
service_disabled: []
service_enabled: []
is_rhel: True
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file