diff options
| -rw-r--r-- | playbooks/nyarlathotep.yml | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/nyarlathotep.yml b/playbooks/nyarlathotep.yml index c7684a4..63f4419 100644 --- a/playbooks/nyarlathotep.yml +++ b/playbooks/nyarlathotep.yml @@ -3,6 +3,7 @@    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'] }  | 
