summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2018-06-15 17:49:25 +0200
committerTharre <tharre3@gmail.com>2018-06-15 17:49:25 +0200
commitc5d3b867defb5f8a2daff5391f6718aed2fabf36 (patch)
treea25ffffb41f078c26b5b67a8a3d5fe4bd5f18e53
parentd6b59feef7799dcd5ba14fc2c8754809daa4f3a2 (diff)
downloadinfrastructure-c5d3b867defb5f8a2daff5391f6718aed2fabf36.tar.gz
infrastructure-c5d3b867defb5f8a2daff5391f6718aed2fabf36.tar.xz
infrastructure-c5d3b867defb5f8a2daff5391f6718aed2fabf36.zip
Enable ts3 on nyarlathotep
-rw-r--r--playbooks/nyarlathotep.yml1
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'] }