aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/config.yml
blob: 3a9035a700141058cc6113902428e927099aa28a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
---
# configuration tasks for teamspeak

- name: "Configuration : Create TeamSpeak 3 Server configuration file"
  template:
    src: ts3server.ini.j2 
    dest: "{{ ts3server_dir }}/{{ teamspeak_ini_filename }}"
    mode: 0644
    owner: "{{ teamspeak.user }}"
    group: "{{ teamspeak.user }}"
  notify:
    - Restart TeamSpeak 3 Server