aboutsummaryrefslogtreecommitdiff
path: root/ansible/roles/git/templates/conf.d
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-08-13 16:29:05 +0100
committerJoe Carstairs <me@joeac.net>2026-08-13 16:29:05 +0100
commit954ab1887b20e9e0d5885c1cec8d71641cb3dcd4 (patch)
tree45cb7191fe51f3fa099e8a01e5cd0a0c37e034ec /ansible/roles/git/templates/conf.d
parentf9272fdf3ea23070583c944b110a7b8f16c5a4ff (diff)
remove homelab config
Diffstat (limited to 'ansible/roles/git/templates/conf.d')
-rw-r--r--ansible/roles/git/templates/conf.d/fcgiwrap3
-rw-r--r--ansible/roles/git/templates/conf.d/git-daemon3
2 files changed, 0 insertions, 6 deletions
diff --git a/ansible/roles/git/templates/conf.d/fcgiwrap b/ansible/roles/git/templates/conf.d/fcgiwrap
deleted file mode 100644
index 65a40e8..0000000
--- a/ansible/roles/git/templates/conf.d/fcgiwrap
+++ /dev/null
@@ -1,3 +0,0 @@
-socket=unix:{{ fcgiwrap_socket }}
-user={{ fcgiwrap_user }}
-group={{ fcgiwrap_group }}
diff --git a/ansible/roles/git/templates/conf.d/git-daemon b/ansible/roles/git/templates/conf.d/git-daemon
deleted file mode 100644
index c50b66b..0000000
--- a/ansible/roles/git/templates/conf.d/git-daemon
+++ /dev/null
@@ -1,3 +0,0 @@
-GITDAEMON_OPTS="--syslog --base-path=/srv/git"
-GIT_USER="gitd"
-GIT_GROUP="git"