diff options
author | Tharre <tharre3@gmail.com> | 2018-08-05 21:09:07 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-11-17 16:41:40 +0100 |
commit | be9e20c2d2d8f9bb677056ca08e3f41e2b733333 (patch) | |
tree | ed27956aaf1a951973e591ff47b1ce3866808e01 /playbooks | |
parent | 09ea09c02ea1f9b58d9966de848635c5d3c34800 (diff) | |
download | infrastructure-be9e20c2d2d8f9bb677056ca08e3f41e2b733333.tar.gz infrastructure-be9e20c2d2d8f9bb677056ca08e3f41e2b733333.tar.xz infrastructure-be9e20c2d2d8f9bb677056ca08e3f41e2b733333.zip |
Add grokmirror role
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/nyarlathotep.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/nyarlathotep.yml b/playbooks/nyarlathotep.yml index 63f4419..649eb26 100644 --- a/playbooks/nyarlathotep.yml +++ b/playbooks/nyarlathotep.yml @@ -6,5 +6,6 @@ - { role: teamspeak, tags: ['ts3'] } - { role: nginx, tags: ['www'] } - { role: gitolite, git_config_keys: ".*", tags: ['git'] } + - { role: grokmirror, tags: ['git'] } - { role: cgit, tags: ['cgit'] } - { role: jenkins, tags: ['jenkins'] } |