summaryrefslogtreecommitdiffstats
path: root/playbooks/nyarlathotep.yml
blob: 649eb264f5c4439c860ad788b74a019b815d708b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
---
- name: Install nyarlathotep server
  hosts: nyarlathotep.th73.ovh
  become: true
  roles:
    - { 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'] }