aboutsummaryrefslogtreecommitdiffstats
path: root/vars
diff options
context:
space:
mode:
authorStefan Joosten <stefan@sjoosten.nl>2016-07-29 22:37:34 +0200
committerStefan Joosten <stefan@sjoosten.nl>2016-07-29 22:37:34 +0200
commit8572c3561235cb6433fd1a43024a6537397a852a (patch)
tree33e13583081d00b515a8e3abaca08c8bdf4f396a /vars
downloadansible-teamspeak-8572c3561235cb6433fd1a43024a6537397a852a.tar.gz
ansible-teamspeak-8572c3561235cb6433fd1a43024a6537397a852a.tar.xz
ansible-teamspeak-8572c3561235cb6433fd1a43024a6537397a852a.zip
Initial commit of Ansible teamspeak role.
Diffstat (limited to 'vars')
-rw-r--r--vars/debian.yml1
-rw-r--r--vars/redhat.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/vars/debian.yml b/vars/debian.yml
new file mode 100644
index 0000000..7814ed4
--- /dev/null
+++ b/vars/debian.yml
@@ -0,0 +1 @@
+systemd_service_file_path: "/lib/systemd/system/"
diff --git a/vars/redhat.yml b/vars/redhat.yml
new file mode 100644
index 0000000..d5f56bc
--- /dev/null
+++ b/vars/redhat.yml
@@ -0,0 +1 @@
+systemd_service_file_path: "/usr/lib/systemd/system/"