setup murmur superuser password

This commit is contained in:
HgO
2020-06-14 16:20:28 +02:00
parent 5f25887e6a
commit 98fee2ebac
3 changed files with 14 additions and 16 deletions

View File

@@ -27,4 +27,7 @@
- not (mumble_web_started.changed | default(false))
- name: reload nginx
include_tasks: ../handlers/nginx.yml
include_tasks: ../handlers/nginx.yml
- name: change murmur superuser password
command: murmurd -ini /etc/mumble-server.ini -supw "{{ murmur_superuser_password }}"