summaryrefslogtreecommitdiffstats
path: root/roles/cgit
diff options
context:
space:
mode:
authorMichael Scherer <misc@zarb.org>2015-02-10 18:06:51 +0100
committerMichael Scherer <misc@zarb.org>2015-02-10 18:06:51 +0100
commit5e450c44c432b0fb3e752964153cf49cb219b7a9 (patch)
treea0994431b7b0c47fb64bc3cf9da3215cddb37705 /roles/cgit
parentb1205b6993443fd6c2a5e6c9e89e102d19b53cd9 (diff)
Add a comment to a few files
Diffstat (limited to 'roles/cgit')
-rw-r--r--roles/cgit/files/cgit.httpd.conf2
-rw-r--r--roles/cgit/templates/cgitrepos1
-rw-r--r--roles/cgit/templates/vhost.conf1
3 files changed, 3 insertions, 1 deletions
diff --git a/roles/cgit/files/cgit.httpd.conf b/roles/cgit/files/cgit.httpd.conf
index f389f2f..a88c2ba 100644
--- a/roles/cgit/files/cgit.httpd.conf
+++ b/roles/cgit/files/cgit.httpd.conf
@@ -1,4 +1,4 @@
-
+# File managed by ansible
<Directory "/usr/share/cgit">
Require all granted
</Directory>
diff --git a/roles/cgit/templates/cgitrepos b/roles/cgit/templates/cgitrepos
index f3fac9a..9d9c4bb 100644
--- a/roles/cgit/templates/cgitrepos
+++ b/roles/cgit/templates/cgitrepos
@@ -1,3 +1,4 @@
+# {{ ansible_managed }}
{% if git_repositories is defined %}
{% for repo in git_repositories %}
{% if not repo.private is defined or not repo.private %}
diff --git a/roles/cgit/templates/vhost.conf b/roles/cgit/templates/vhost.conf
index 908c21f..8b26d0b 100644
--- a/roles/cgit/templates/vhost.conf
+++ b/roles/cgit/templates/vhost.conf
@@ -1,3 +1,4 @@
+# {{ ansible_managed }}
{% for i in '80', '443' %}
<VirtualHost *:{{ i }}>