diff options
author | Tharre <tharre3@gmail.com> | 2018-06-15 17:49:25 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-06-15 17:49:25 +0200 |
commit | c5d3b867defb5f8a2daff5391f6718aed2fabf36 (patch) | |
tree | a25ffffb41f078c26b5b67a8a3d5fe4bd5f18e53 /playbooks | |
parent | d6b59feef7799dcd5ba14fc2c8754809daa4f3a2 (diff) | |
download | infrastructure-c5d3b867defb5f8a2daff5391f6718aed2fabf36.tar.gz infrastructure-c5d3b867defb5f8a2daff5391f6718aed2fabf36.tar.xz infrastructure-c5d3b867defb5f8a2daff5391f6718aed2fabf36.zip |
Enable ts3 on nyarlathotep
Diffstat (limited to 'playbooks')
-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'] } |