summaryrefslogtreecommitdiffstats
path: root/playbooks/nyarlathotep.yml
blob: 3f072664b2abcf4ac16a53ccf1a10a60ab9898c0 (plain) (blame)
1
2
3
4
5
6
7
8
---
- 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'] }