Store log.adm.auro.re local logs in /var/log/remote
This commit is contained in:
parent
6104782a37
commit
dff0d9922c
5 changed files with 3 additions and 12 deletions
|
@ -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