diff options
author | Tharre <tharre3@gmail.com> | 2018-06-15 17:19:24 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-06-15 17:19:24 +0200 |
commit | 76a74270c16d916c1bf274ee53d42694874bbf78 (patch) | |
tree | 81810a8d6279cad87963e59e7532bf6cd2be5d12 /playbooks | |
parent | c2e93c2370de9a0948b07e5768c7ac572d299c63 (diff) | |
download | infrastructure-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.yml | 2 |
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'] } |