blob: c7684a4e2d73794e82e8de317c660f21eca653e8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
---
- name: Install nyarlathotep server
hosts: nyarlathotep.th73.ovh
become: true
roles:
- { role: nginx, tags: ['www'] }
- { role: gitolite, git_config_keys: ".*", tags: ['git'] }
- { role: cgit, tags: ['cgit'] }
- { role: jenkins, tags: ['jenkins'] }
|