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,11 @@
---
- name: create the git daemon systemd service
become: true
template:
src: "templates/{{ item }}.j2"
dest: "/etc/systemd/system/{{ item }}"
mode: 0644
with_items:
- git-daemon.service
notify: start-gitdaemon
tags: git, git-systemd