Replace ansible_header by ansible_managed

This commit is contained in:
Yohann D'ANELLO 2020-11-03 23:19:19 +01:00
parent 518560b392
commit 2a6c005190
8 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
{{ ansible_header | comment(decoration='# ') }} # {{ ansible_managed }}
# Pour appliquer cette conf et générer la conf de renewal : # Pour appliquer cette conf et générer la conf de renewal :
# certbot --config wildcard.ini certonly # certbot --config wildcard.ini certonly

View file

@ -1,4 +1,4 @@
{{ ansible_header | comment(decoration='# ') }} # {{ ansible_managed }}
dns_rfc2136_server = {{ dns_masters_ipv4 | first }} dns_rfc2136_server = {{ dns_masters_ipv4 | first }}
dns_rfc2136_port = 53 dns_rfc2136_port = 53

View file

@ -1,4 +1,4 @@
{{ ansible_header | comment }} # {{ ansible_managed }}
{% for site in nginx.redirect_sites %} {% for site in nginx.redirect_sites %}
# Redirect http://{{ site.from }} to http://{{ site.to }} # Redirect http://{{ site.from }} to http://{{ site.to }}

View file

@ -1,4 +1,4 @@
{{ ansible_header | comment }} # {{ ansible_managed }}
# Automatic Connection header for WebSocket support # Automatic Connection header for WebSocket support
# See http://nginx.org/en/docs/http/websocket.html # See http://nginx.org/en/docs/http/websocket.html

View file

@ -1,4 +1,4 @@
{{ ansible_header | comment }} # {{ ansible_managed }}
{% for dname in nginx.redirect_dnames %} {% for dname in nginx.redirect_dnames %}
{% for site in nginx.reverseproxy_sites %} {% for site in nginx.reverseproxy_sites %}

View file

@ -1,4 +1,4 @@
{{ ansible_header | comment }} # {{ ansible_managed }}
proxy_redirect off; proxy_redirect off;
proxy_set_header Host $host; proxy_set_header Host $host;

View file

@ -1,4 +1,4 @@
{{ ansible_header | comment }} # {{ ansible_managed }}
ssl_certificate {{ nginx.ssl.cert }}; ssl_certificate {{ nginx.ssl.cert }};
ssl_certificate_key {{ nginx.ssl.cert_key }}; ssl_certificate_key {{ nginx.ssl.cert_key }};

View file

@ -1,3 +1,3 @@
#!/usr/bin/tail +14 #!/usr/bin/tail +14
{{ ansible_header | comment }} {{ ansible_managed }}
> NGINX a été déployé sur cette machine. Voir /etc/nginx/. > NGINX a été déployé sur cette machine. Voir /etc/nginx/.