diff --git a/templates/http/default.conf.j2 b/templates/http/default.conf.j2 index db2a9ff..c107cab 100644 --- a/templates/http/default.conf.j2 +++ b/templates/http/default.conf.j2 @@ -1,3 +1,5 @@ +# {{ ansible_managed }} + {% if item.value.upstreams is defined %} {% for upstream in item.value.upstreams %} upstream {{ item.value.upstreams[upstream].name }} { diff --git a/templates/nginx.conf.j2 b/templates/nginx.conf.j2 index 88ba181..4d55796 100644 --- a/templates/nginx.conf.j2 +++ b/templates/nginx.conf.j2 @@ -1,3 +1,5 @@ +# {{ ansible_managed }} + user {{ nginx_main_template.user }}; worker_processes {{ nginx_main_template.worker_processes }}; diff --git a/templates/stream/stream.conf.j2 b/templates/stream/stream.conf.j2 index e462f29..cb16569 100644 --- a/templates/stream/stream.conf.j2 +++ b/templates/stream/stream.conf.j2 @@ -1,3 +1,5 @@ +# {{ ansible_managed }} + server { listen {{ nginx_stream_template_listen }}; } diff --git a/templates/www/index.html.j2 b/templates/www/index.html.j2 index ae5dcf6..1872576 100644 --- a/templates/www/index.html.j2 +++ b/templates/www/index.html.j2 @@ -1,3 +1,5 @@ + +