fas server: just move the rest over from vars/RedHat.yml
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
ebad3079ff
commit
d4192d6b12
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue