Merge pull request 'Store local logs of log.adm.auro.re in /var/log/remote' (#43) from fix_local_logs_collector into master
continuous-integration/drone/push Build is passing Details

Reviewed-on: Aurore/ansible#43
pull/45/head
jeltz 3 years ago
commit e17f58111f

@ -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 }}
> NGINX a été déployé sur cette machine. Voir /etc/nginx/.

@ -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…
Cancel
Save