summaryrefslogtreecommitdiff
path: root/playbook.yml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-08-26 10:27:32 +0100
committerJoe Carstairs <me@joeac.net>2026-08-26 10:27:32 +0100
commit690f218cbdf89327408ea75f2d21fde257a29411 (patch)
treec0d695883f761afe8f1b0f0c90bdf73309cc1e5a /playbook.yml
parent9ec180130f0085340f3a6f2828b2f49d558a2548 (diff)
refactor git into cgit, git-daemon and git-http-backend
Diffstat (limited to 'playbook.yml')
-rw-r--r--playbook.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/playbook.yml b/playbook.yml
index c9a1444..a2e6880 100644
--- a/playbook.yml
+++ b/playbook.yml
@@ -40,9 +40,13 @@
roles:
- nginx
- fcgiwrap
- - git
+ - git-daemon
+ - cgit
+ - git-http-backend
vars_files:
- common.yml
+ - git.yml
+ - fcgiwrap.yml
- name: Install ln
hosts: "{{ services.ln.host }}"