make it possible to disable management of rsyslog
This commit is contained in:
@@ -13,6 +13,7 @@ common_resolvconf_hnfqdn: true
|
||||
common_resolvconf_nameservers: []
|
||||
common_resolvconf_domain: ""
|
||||
common_resolvconf_search: []
|
||||
common_rsyslog: True
|
||||
common_rsyslog_forwards: []
|
||||
common_basic_packages:
|
||||
- apt-transport-https
|
||||
|
||||
@@ -33,7 +33,10 @@
|
||||
|
||||
- include: ntp.yml
|
||||
- include: openssh.yml
|
||||
|
||||
- include: rsyslog.yml
|
||||
when: common_rsyslog
|
||||
tags: ['common', 'rsyslog']
|
||||
|
||||
- include: "{{ common_mailer }}.yml"
|
||||
when: common_mailer != False
|
||||
|
||||
Reference in New Issue
Block a user