fas server: base_pkgs_erase

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

View file

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

View file

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