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
# Deployed with Aurore Ansible !
# {{ ansible_managed }}
{# #}
{# Default mirror #}
{% if debian_mirror is not defined %}

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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