summaryrefslogtreecommitdiffstats
path: root/playbooks/nyarlathotep.yml
blob: 63f44191f30d1092e913f8c2ee402b7056315667 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---
- 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: cgit, tags: ['cgit'] }
    - { role: jenkins, tags: ['jenkins'] }