Use ansible_managed in config file headers

This commit is contained in:
Markus 2017-03-27 16:45:15 +02:00
parent aac39a2e21
commit c41dbeecd0
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# {{ ansible_managed }}
#################################
# allow-from If set, only allow these comma separated netmasks to recurse
#

View File

@ -1,3 +1,5 @@
# {{ ansible_managed }}
server {
listen 80 default_server;
listen [::]:80 default_server;

View File

@ -1,3 +1,5 @@
# {{ ansible_managed }}
{% for srv in ntp_servers %}
server {{ srv }} iburst
{% endfor %}