We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad58ec commit fe3caadCopy full SHA for fe3caad
templates/http/default.conf.j2
@@ -1,3 +1,5 @@
1
+# {{ ansible_managed }}
2
+
3
{% if item.value.upstreams is defined %}
4
{% for upstream in item.value.upstreams %}
5
upstream {{ item.value.upstreams[upstream].name }} {
templates/nginx.conf.j2
user {{ nginx_main_template.user }};
worker_processes {{ nginx_main_template.worker_processes }};
templates/stream/stream.conf.j2
server {
listen {{ nginx_stream_template_listen }};
}
templates/www/index.html.j2
+<!-- {{ ansible_managed }} -->
<!DOCTYPE html>
<html>
<head>
0 commit comments