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
|
# {{ ansible_managed }}
|
||||||
# Deployed with Aurore Ansible !
|
|
||||||
{# #}
|
{# #}
|
||||||
{# Default mirror #}
|
{# Default mirror #}
|
||||||
{% if debian_mirror is not defined %}
|
{% if debian_mirror is not defined %}
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
# /etc/systemd/system/codimd.service
|
# {{ ansible_managed }}
|
||||||
# Deployed with Aurore Ansible !
|
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=CodiMD
|
Description=CodiMD
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
|
@ -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*
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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}}"
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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}}"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
# /etc/ldap/schema.ldiff
|
# {{ ansible_managed }}
|
||||||
# Deployed with Aurore Ansible !
|
|
||||||
|
|
||||||
dn: cn=config
|
dn: cn=config
|
||||||
objectClass: olcGlobal
|
objectClass: olcGlobal
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue