diff options
author | Tharre <tharre3@gmail.com> | 2018-06-15 17:37:25 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-06-15 17:37:25 +0200 |
commit | ceb1f54a7c2519cab700bb5e5cdb6e01e364e46a (patch) | |
tree | be844c793d4d03277f2fccd210715ecb590829c3 /playbooks | |
parent | 9a3c2777012a2d73c7b4afe7ed443a2bdc9f9d44 (diff) | |
download | infrastructure-ceb1f54a7c2519cab700bb5e5cdb6e01e364e46a.tar.gz infrastructure-ceb1f54a7c2519cab700bb5e5cdb6e01e364e46a.tar.xz infrastructure-ceb1f54a7c2519cab700bb5e5cdb6e01e364e46a.zip |
Add jenkins to nyarlathotep
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 3f07266..c7684a4 100644 --- a/playbooks/nyarlathotep.yml +++ b/playbooks/nyarlathotep.yml @@ -6,3 +6,4 @@ - { role: nginx, tags: ['www'] } - { role: gitolite, git_config_keys: ".*", tags: ['git'] } - { role: cgit, tags: ['cgit'] } + - { role: jenkins, tags: ['jenkins'] } |