copr and jenkins use base but shouldn't try and log to log01 as they are in the cloud network.
This commit is contained in:
parent
df6c10f405
commit
2f789b0e98
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@
|
||||||
|
|
||||||
- name: log everything to log01 except on mirrorlist, do not log local4 there.
|
- name: log everything to log01 except on mirrorlist, do not log local4 there.
|
||||||
copy: src=rsyslog/rsyslog-log01 dest=/etc/rsyslog.d/rsyslog-log01.conf mode=644
|
copy: src=rsyslog/rsyslog-log01 dest=/etc/rsyslog.d/rsyslog-log01.conf mode=644
|
||||||
when: not inventory_hostname.startswith('mirrorlist')
|
when: not inventory_hostname.startswith('mirrorlist') or not inventory_hostname.startswith('copr') or not inventory_hostname.startswith('jenkins')
|
||||||
tags:
|
tags:
|
||||||
- rsyslogd
|
- rsyslogd
|
||||||
- config
|
- config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue