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