Use ansible_managed tag

This commit is contained in:
Alexandre Iooss 2019-02-19 11:10:05 +01:00
parent 9688e98cbf
commit 4274194b95
14 changed files with 16 additions and 22 deletions

View file

@ -1,5 +1,4 @@
# /etc/apt/sources.list # {{ ansible_managed }}
# Deployed with Aurore Ansible !
{# #} {# #}
{# Default mirror #} {# Default mirror #}
{% if debian_mirror is not defined %} {% if debian_mirror is not defined %}

View file

@ -1,5 +1,4 @@
# /etc/apt/preferences.d/dokuwiki # {{ ansible_managed }}
# Deployed with Aurore Ansible !
Package: node* libuv1* Package: node* libuv1*
Pin: release a=stretch-backports Pin: release a=stretch-backports

View file

@ -1,5 +1,4 @@
# /etc/systemd/system/codimd.service # {{ ansible_managed }}
# Deployed with Aurore Ansible !
[Unit] [Unit]
Description=CodiMD Description=CodiMD

View file

@ -1,5 +1,4 @@
# /etc/apt/sources.list.d/backports.list # {{ ansible_managed }}
# Deployed with Aurore Ansible !
{# #} {# #}
{# Default mirror #} {# Default mirror #}
{% if debian_mirror is not defined %} {% if debian_mirror is not defined %}

View file

@ -1,5 +1,4 @@
# /etc/apt/sources.list.d/buster.list # {{ ansible_managed }}
# Deployed with Aurore Ansible !
{# #} {# #}
{# Default mirror #} {# Default mirror #}
{% if debian_mirror is not defined %} {% if debian_mirror is not defined %}

View file

@ -1,5 +1,4 @@
# /etc/apt/preferences.d/dokuwiki # {{ ansible_managed }}
# Deployed with Aurore Ansible !
Package: * Package: *
Pin: release n=stretch* Pin: release n=stretch*

View file

@ -1,5 +1,4 @@
# /etc/apt/preferences.d/dokuwiki # {{ ansible_managed }}
# Deployed with Aurore Ansible !
Package: node* libuv1* Package: node* libuv1*
Pin: release a=stretch-backports Pin: release a=stretch-backports

View file

@ -1,5 +1,4 @@
# /etc/systemd/system/etherpad-lite.service # {{ ansible_managed }}
# Deployed with Aurore Ansible !
[Unit] [Unit]
Description=Etherpad-lite, the collaborative editor. Description=Etherpad-lite, the collaborative editor.

View file

@ -1,3 +1,4 @@
#!/bin/sh #!/bin/sh
# {{ ansible_managed }}
echo "Pour changer votre shell,\nAllez sur l'intranet : {{intranet_url}}" echo "Pour changer votre shell,\nAllez sur l'intranet : {{intranet_url}}"

View file

@ -1,5 +1,4 @@
# /etc/nslcd.conf # {{ ansible_managed }}
# Deployed with Aurore Ansible !
# The user and group nslcd should run as. # The user and group nslcd should run as.
uid nslcd uid nslcd

View file

@ -1,3 +1,4 @@
#!/bin/sh #!/bin/sh
# {{ ansible_managed }}
echo "Pour changer votre mot de passe,\nAllez sur l'intranet : {{intranet_url}}" echo "Pour changer votre mot de passe,\nAllez sur l'intranet : {{intranet_url}}"

View file

@ -1,5 +1,4 @@
# /etc/ldap/schema.ldiff # {{ ansible_managed }}
# Deployed with Aurore Ansible !
dn: cn=config dn: cn=config
objectClass: olcGlobal objectClass: olcGlobal

View file

@ -1,5 +1,5 @@
# /etc/nginx/sites-available/riot # {{ ansible_managed }}
# Ce fichier est géré par ansible
server { server {
listen 80; listen 80;
listen [::]:80; listen [::]:80;

View file

@ -1,3 +1,5 @@
# {{ ansible_managed }}
server { server {
server_name {{ item.from }}; server_name {{ item.from }};
include "snippets/proxy-common.conf"; include "snippets/proxy-common.conf";