[rsyslog-client] Do not send thot's logs to thot
parent
a465aec803
commit
0519f8dc1c
2
base.yml
2
base.yml
|
@ -84,7 +84,7 @@
|
||||||
- nullmailer
|
- nullmailer
|
||||||
|
|
||||||
# Send logs to thot
|
# Send logs to thot
|
||||||
- hosts: server
|
- hosts: server,!thot.adm.crans.org
|
||||||
vars:
|
vars:
|
||||||
rsyslog:
|
rsyslog:
|
||||||
server: thot.adm.crans.org
|
server: thot.adm.crans.org
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
---
|
---
|
||||||
- name: Deploy quagga debian configuration
|
- name: Deploy rsyslog config
|
||||||
template:
|
template:
|
||||||
src: rsyslog.d/50-send_relp.conf.j2
|
src: rsyslog.d/50-send_relp.conf.j2
|
||||||
dest: /etc/rsyslog.d/50-send_relp.conf
|
dest: /etc/rsyslog.d/50-send_relp.conf
|
||||||
mode: 0640
|
mode: 0640
|
||||||
owner: quagga
|
owner: root
|
||||||
group: quagga
|
group: root
|
||||||
|
|
||||||
- name: Create spool directory
|
- name: Create spool directory
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Reference in New Issue