syntax fix

This commit is contained in:
olli 2023-02-09 17:49:34 +01:00
parent 08ad0f5343
commit 2a7b437e2e

View File

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