You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hetzner-ansible/group_vars/webdav/plain.yml

12 lines
366 B
YAML

---
hetzner_server_type: cpx11
hetzner_server_labels: "stage={{ stage }} service=webdav"
webdav_jwt_secret: "5646aee6dadc4c19b15f4b65f1e6549f"
webdav_postgres_host: "{{ shared_service_pg_master_hostname }}"
webdav_postgres_database: "{{ stage }}_webdav"
webdav_postgres_username: "{{ webdav_postgres_database }}"
webdav_postgres_password: "webdav-postgres-admin"