Merge pull request 'Store local logs of log.adm.auro.re in /var/log/remote' (#43) from fix_local_logs_collector into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: Aurore/ansible#43
This commit is contained in:
commit
e17f58111f
6 changed files with 4 additions and 13 deletions
2
log.yml
2
log.yml
|
@ -3,7 +3,7 @@
|
|||
roles:
|
||||
- rsyslog_collector
|
||||
|
||||
- hosts: all
|
||||
- hosts: all,!unifi
|
||||
roles:
|
||||
- rsyslog_common
|
||||
...
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
# {{ ansible_managed }}
|
||||
echo "> Les recettes Docker-compose se trouvent dans /var/local/ansible-docker"
|
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/tail +14
|
||||
{{ ansible_managed | comment }}
|
||||
[0m> [38;5;82mNGINX[0m a été déployé sur cette machine. Voir [38;5;6m/etc/nginx/[0m.
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
# {{ ansible_managed }}
|
||||
echo "✨ Le service re2o {{ service_name }} est dans {{ service_homedir }}/{{ service_name }}"
|
|
@ -52,3 +52,6 @@ input(
|
|||
ruleset="handleIncomingLogs"
|
||||
)
|
||||
{% endfor %}
|
||||
|
||||
# Store local logs too
|
||||
call handleIncomingLogs
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
# {{ ansible_managed }}
|
||||
echo "> Le contrôleur Unifi a été déployé sur cette machine."
|
Loading…
Reference in a new issue