diff options
Diffstat (limited to 'playbooks/nyarlathotep.yml')
-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'] } |