blob: 3887662138efebbb4f24c7e94feb48dad6824c9f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
- 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'] }
- { role: wireguard, tags: ['wireguard'] }
|