Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
39beaa61
Commit
39beaa61
authored
Mar 08, 2018
by
Phillip Smith (fukawi2)
Browse files
add ansible template comment to template files
parent
b1744e69
Changes
82
Show whitespace changes
Inline
Side-by-side
roles/unbound/templates/unbound.conf.j2
View file @
39beaa61
#
# {{ ansible_managed }}
#
server:
use-syslog: yes
username: "unbound"
...
...
roles/zabbix-server/templates/nginx.d.conf.j2
View file @
39beaa61
#
# {{ ansible_managed }}
#
upstream zabbix {
server unix:///run/php-fpm/zabbix-web.socket;
}
...
...
Prev
1
2
3
4
5
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment