CU-eprjdn added git server role

This commit is contained in:
Bastian de Byl
2020-10-20 22:14:16 -04:00
parent c4a8b105ab
commit aea7310f33
8 changed files with 83 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
---
- name: start-gitdaemon
become: true
systemd:
name: git-daemon.service
state: started
enabled: true
daemon_reload: true