From 96e6c2b19ef2b5ee84db33674f5f71966069a33a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 22 Jul 2013 19:41:54 +0000 Subject: [PATCH] Lets try this to override the logwatch removal. --- inventory/host_vars/backup03.phx2.fedoraproject.org | 2 -- playbooks/groups/backup-server.yml | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/inventory/host_vars/backup03.phx2.fedoraproject.org b/inventory/host_vars/backup03.phx2.fedoraproject.org index 48aafac0c0..4bfdea22a5 100644 --- a/inventory/host_vars/backup03.phx2.fedoraproject.org +++ b/inventory/host_vars/backup03.phx2.fedoraproject.org @@ -1,5 +1,3 @@ --- -base_pkgs_erase: ['firstboot-tui','bluez-utils', 'sendmail'] -# This is here to override the logwatch removal in Redhat vars. nrpe_procs_warn: 400 nrpe_procs_crit: 500 diff --git a/playbooks/groups/backup-server.yml b/playbooks/groups/backup-server.yml index efe479d42e..3b6cc80a43 100644 --- a/playbooks/groups/backup-server.yml +++ b/playbooks/groups/backup-server.yml @@ -8,6 +8,10 @@ user: root gather_facts: True + vars: + base_pkgs_erase: ['firstboot-tui','bluez-utils', 'sendmail'] +# This is here to override the logwatch removal in Redhat vars. + vars_files: - /srv/web/infra/ansible/vars/global.yml - ${private}/vars.yml