ansible_vault → ansible/: etherpad

linter
_shirenn 2022-05-24 16:56:13 +02:00
parent 0fb81f513b
commit b638c1ec68
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ glob_etherpad:
default_pad_text: "Etherpad du Crans.\\n\\nCe pad est vide, à vous de le remplir.\\n\\nhttps:\/\/etherpad.org"
admin:
user: admin
password: "{{ vault.etherpad_admin_password }}"
password: "{{ vault.etherpad.admin.password }}"
temporary:
enabled: false
@ -31,7 +31,7 @@ glob_etherpad:
default_pad_text: "Etherpad du Crans.\\n\\nCe pad est vide et expirera dans 1 an, à vous de le remplir.\\n\\nhttps:\/\/etherpad.org"
admin:
user: admin
password: "{{ vault.etherpad_admin_password }}"
password: "{{ vault.etherpad.admin.password }}"
temporary:
enabled: true
delay: 31536000 # one year, in seconds