mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 11:36:10 +08:00
Ok, lets try this.
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user