novnc.yml aktualisiert
This commit is contained in:
parent
f7c4abc8ff
commit
2be28df2b5
@ -88,7 +88,6 @@
|
||||
cd /home/docker/traefik.{{inventory_hostname}}
|
||||
user=admin
|
||||
password=$(pwgen -s 32 1)
|
||||
matrixadminpassword=$(pwgen -s 32 1)
|
||||
|
||||
[ -f novnc-env ] || echo "USER=!USER!
|
||||
PASSWORD=!PASSWORD!
|
||||
@ -105,9 +104,9 @@
|
||||
backup: yes
|
||||
validate: /bin/bash -n %s
|
||||
|
||||
- name: /home/docker/matrix.{{inventory_hostname}}/novnc-genpw.sh shebang
|
||||
- name: /home/docker/traefik.{{inventory_hostname}}/novnc-genpw.sh shebang
|
||||
lineinfile:
|
||||
path: /home/docker/matrix.{{inventory_hostname}}/novnc-genpw.sh
|
||||
path: /home/docker/traefik.{{inventory_hostname}}/novnc-genpw.sh
|
||||
insertbefore: BOF
|
||||
line: "#!/bin/bash -e"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user