summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2018-06-15 17:19:24 +0200
committerTharre <tharre3@gmail.com>2018-06-15 17:19:24 +0200
commit76a74270c16d916c1bf274ee53d42694874bbf78 (patch)
tree81810a8d6279cad87963e59e7532bf6cd2be5d12 /playbooks
parentc2e93c2370de9a0948b07e5768c7ac572d299c63 (diff)
downloadinfrastructure-76a74270c16d916c1bf274ee53d42694874bbf78.tar.gz
infrastructure-76a74270c16d916c1bf274ee53d42694874bbf78.tar.xz
infrastructure-76a74270c16d916c1bf274ee53d42694874bbf78.zip
Add cgit configuration for arch linux
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/nyarlathotep.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/nyarlathotep.yml b/playbooks/nyarlathotep.yml
index 8f057b5..3f07266 100644
--- a/playbooks/nyarlathotep.yml
+++ b/playbooks/nyarlathotep.yml
@@ -4,3 +4,5 @@
become: true
roles:
- { role: nginx, tags: ['www'] }
+ - { role: gitolite, git_config_keys: ".*", tags: ['git'] }
+ - { role: cgit, tags: ['cgit'] }