Ok, lets try this.

This commit is contained in:
Kevin Fenzi 2013-07-22 19:49:57 +00:00
parent 96e6c2b19e
commit 5ab2ae9c3f
2 changed files with 4 additions and 4 deletions

View file

@ -8,14 +8,11 @@
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
- ${vars}/${ansible_distribution}.yml
- ${vars}/backup_server.yml
tasks:
tasks:

3
vars/backup_server.yml Normal file
View file

@ -0,0 +1,3 @@
---
base_pkgs_erase: ['firstboot-tui','bluez-utils', 'sendmail']
# This is here to override the logwatch removal in Redhat vars.