diff --git a/nextcloud.yml b/nextcloud.yml index 0e56a0b..4201f49 100644 --- a/nextcloud.yml +++ b/nextcloud.yml @@ -76,26 +76,26 @@ backup: yes notify: Restart nextcloud - - name: /home/docker/nextcloud.{{inventory_hostname}}/turnserver.conf - blockinfile: - path: /home/docker/nextcloud.{{inventory_hostname}}/turnserver.conf - mode: "0400" - owner: root - group: root - create: yes - marker: "# {mark} ANSIBLE MANAGED BLOCK" - block: | - syslog - listening-port=3478 - fingerprint - use-auth-secret - static-auth-secret= - realm=nextcloud.{{inventory_hostname}} - total-quota=100 - bps-capacity=0 - stale-nonce - no-multicast-peers - backup: yes + - name: /home/docker/nextcloud.{{inventory_hostname}}/turnserver.conf + blockinfile: + path: /home/docker/nextcloud.{{inventory_hostname}}/turnserver.conf + mode: "0400" + owner: root + group: root + create: yes + marker: "# {mark} ANSIBLE MANAGED BLOCK" + block: | + syslog + listening-port=3478 + fingerprint + use-auth-secret + static-auth-secret= + realm=nextcloud.{{inventory_hostname}} + total-quota=100 + bps-capacity=0 + stale-nonce + no-multicast-peers + backup: yes - name: /home/docker/nextcloud.{{inventory_hostname}}/docker-compose.yml Container Configuration blockinfile: