Use ansible_managed tag
This commit is contained in:
parent
9688e98cbf
commit
4274194b95
14 changed files with 16 additions and 22 deletions
|
@ -1,5 +1,4 @@
|
|||
# /etc/apt/sources.list
|
||||
# Deployed with Aurore Ansible !
|
||||
# {{ ansible_managed }}
|
||||
{# #}
|
||||
{# Default mirror #}
|
||||
{% if debian_mirror is not defined %}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# /etc/apt/preferences.d/dokuwiki
|
||||
# Deployed with Aurore Ansible !
|
||||
# {{ ansible_managed }}
|
||||
|
||||
Package: node* libuv1*
|
||||
Pin: release a=stretch-backports
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# /etc/systemd/system/codimd.service
|
||||
# Deployed with Aurore Ansible !
|
||||
# {{ ansible_managed }}
|
||||
|
||||
[Unit]
|
||||
Description=CodiMD
|
||||
|
|
|
@ -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 %}
|
||||
|
|
|
@ -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 %}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# /etc/apt/preferences.d/dokuwiki
|
||||
# Deployed with Aurore Ansible !
|
||||
# {{ ansible_managed }}
|
||||
|
||||
Package: *
|
||||
Pin: release n=stretch*
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# /etc/apt/preferences.d/dokuwiki
|
||||
# Deployed with Aurore Ansible !
|
||||
# {{ ansible_managed }}
|
||||
|
||||
Package: node* libuv1*
|
||||
Pin: release a=stretch-backports
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# /etc/systemd/system/etherpad-lite.service
|
||||
# Deployed with Aurore Ansible !
|
||||
# {{ ansible_managed }}
|
||||
|
||||
[Unit]
|
||||
Description=Etherpad-lite, the collaborative editor.
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
# {{ ansible_managed }}
|
||||
echo "Pour changer votre shell,\nAllez sur l'intranet : {{intranet_url}}"
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# /etc/nslcd.conf
|
||||
# Deployed with Aurore Ansible !
|
||||
# {{ ansible_managed }}
|
||||
|
||||
# The user and group nslcd should run as.
|
||||
uid nslcd
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
# {{ ansible_managed }}
|
||||
echo "Pour changer votre mot de passe,\nAllez sur l'intranet : {{intranet_url}}"
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# /etc/ldap/schema.ldiff
|
||||
# Deployed with Aurore Ansible !
|
||||
# {{ ansible_managed }}
|
||||
|
||||
dn: cn=config
|
||||
objectClass: olcGlobal
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# /etc/nginx/sites-available/riot
|
||||
# Ce fichier est géré par ansible
|
||||
# {{ ansible_managed }}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
server {
|
||||
server_name {{ item.from }};
|
||||
include "snippets/proxy-common.conf";
|
||||
|
|
Loading…
Reference in a new issue