Lets try this to override the logwatch removal.
This commit is contained in:
parent
018c11b660
commit
96e6c2b19e
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue