Replace ansible_header by ansible_managed
This commit is contained in:
parent
518560b392
commit
2a6c005190
8 changed files with 8 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
{{ ansible_header | comment(decoration='# ') }}
|
||||
# {{ ansible_managed }}
|
||||
|
||||
# Pour appliquer cette conf et générer la conf de renewal :
|
||||
# certbot --config wildcard.ini certonly
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{{ ansible_header | comment(decoration='# ') }}
|
||||
# {{ ansible_managed }}
|
||||
|
||||
dns_rfc2136_server = {{ dns_masters_ipv4 | first }}
|
||||
dns_rfc2136_port = 53
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{{ ansible_header | comment }}
|
||||
# {{ ansible_managed }}
|
||||
|
||||
{% for site in nginx.redirect_sites %}
|
||||
# Redirect http://{{ site.from }} to http://{{ site.to }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{{ ansible_header | comment }}
|
||||
# {{ ansible_managed }}
|
||||
|
||||
# Automatic Connection header for WebSocket support
|
||||
# See http://nginx.org/en/docs/http/websocket.html
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{{ ansible_header | comment }}
|
||||
# {{ ansible_managed }}
|
||||
|
||||
{% for dname in nginx.redirect_dnames %}
|
||||
{% for site in nginx.reverseproxy_sites %}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{{ ansible_header | comment }}
|
||||
# {{ ansible_managed }}
|
||||
|
||||
proxy_redirect off;
|
||||
proxy_set_header Host $host;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{{ ansible_header | comment }}
|
||||
# {{ ansible_managed }}
|
||||
|
||||
ssl_certificate {{ nginx.ssl.cert }};
|
||||
ssl_certificate_key {{ nginx.ssl.cert_key }};
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/tail +14
|
||||
{{ ansible_header | comment }}
|
||||
{{ ansible_managed }}
|
||||
[0m> [38;5;82mNGINX[0m a été déployé sur cette machine. Voir [38;5;6m/etc/nginx/[0m.
|
||||
|
|
Loading…
Reference in a new issue