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
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: