From ebad3079ff16bac17a89720391b5c3bb79071470 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 30 Apr 2020 22:27:50 +0000 Subject: [PATCH] fas server: base_pkgs_erase Signed-off-by: Kevin Fenzi --- inventory/group_vars/fas | 1 + inventory/group_vars/fas_stg | 1 + 2 files changed, 2 insertions(+) diff --git a/inventory/group_vars/fas b/inventory/group_vars/fas index 19e9f28e78..4561eeffad 100644 --- a/inventory/group_vars/fas +++ b/inventory/group_vars/fas @@ -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 diff --git a/inventory/group_vars/fas_stg b/inventory/group_vars/fas_stg index 527d7846ab..9c3def3756 100644 --- a/inventory/group_vars/fas_stg +++ b/inventory/group_vars/fas_stg @@ -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