summaryrefslogtreecommitdiffstats
path: root/roles/cgit
diff options
context:
space:
mode:
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 }}>