Merge branch 'master' of /git/ansible

This commit is contained in:
Rick Elrod 2017-08-09 05:00:10 +00:00
commit 8b26599cfe
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,8 @@
[Unit]
Description=Git Repositories Server Daemon
Documentation=man:git-daemon(1)
[Service]
User=nobody
ExecStart=-/usr/libexec/git-core/git-daemon --base-path=/srv/git/repositories --export-all --syslog --inetd --verbose
StandardInput=socket

View file

@ -17,6 +17,11 @@
tags:
- distgit
- name: Put in git service config
copy: src=git@.service dest=/etc/systemd/system/git@.service
tags:
- distgit
- name: install the mod_ssl configuration
copy: src=ssl.conf dest=/etc/httpd/conf.d/ssl.conf
notify: