Ok, lets try this.
This commit is contained in:
parent
96e6c2b19e
commit
5ab2ae9c3f
2 changed files with 4 additions and 4 deletions
|
@ -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
3
vars/backup_server.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
base_pkgs_erase: ['firstboot-tui','bluez-utils', 'sendmail']
|
||||
# This is here to override the logwatch removal in Redhat vars.
|
Loading…
Add table
Add a link
Reference in a new issue