diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-13 15:52:02 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-13 15:52:02 +0100 |
| commit | f9272fdf3ea23070583c944b110a7b8f16c5a4ff (patch) | |
| tree | 1f4d65ba8a2be7022f5771bffd7ad283f879b04d /ansible/roles/git/templates/conf.d/git-daemon | |
| parent | f32d030ff966fb1046d57fe8b05085ce6cd73d5e (diff) | |
adds git service
Diffstat (limited to 'ansible/roles/git/templates/conf.d/git-daemon')
| -rw-r--r-- | ansible/roles/git/templates/conf.d/git-daemon | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/roles/git/templates/conf.d/git-daemon b/ansible/roles/git/templates/conf.d/git-daemon new file mode 100644 index 0000000..c50b66b --- /dev/null +++ b/ansible/roles/git/templates/conf.d/git-daemon @@ -0,0 +1,3 @@ +GITDAEMON_OPTS="--syslog --base-path=/srv/git" +GIT_USER="gitd" +GIT_GROUP="git" |
