syslogd: Fix local logging on servers
This commit is contained in:
parent
191e322e9e
commit
b2da9de4d6
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
# everything goes to archive
|
# everything goes to archive
|
||||||
*.* /srv/log/all.log
|
*.* /srv/log/all.log
|
||||||
# only local goes to the standard logs
|
# only local goes to the standard logs
|
||||||
+{{ inventory_hostname }}
|
+{{ ansible_hostname }}
|
||||||
marker: "# {mark} ANSIBLE MANAGED BLOCK (syslogd)"
|
marker: "# {mark} ANSIBLE MANAGED BLOCK (syslogd)"
|
||||||
notify: Restart syslogd
|
notify: Restart syslogd
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue