make it possible to disable management of rsyslog

This commit is contained in:
Farhad Shahbazi
2016-10-27 08:51:19 +02:00
parent 0bcdf8395e
commit b20db82f41
2 changed files with 4 additions and 0 deletions

View File

@@ -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

View File

@@ -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