2022-08-11 10:09:43 +00:00
|
|
|
---
|
|
|
|
# this is for a localhost deployment, database passwords for public servers
|
|
|
|
# must be different random values encrypted via ansible-vault
|
|
|
|
hydra_db_password: hydra
|
|
|
|
hydra_db_host: localhost
|
|
|
|
hydra_db_port: 5432
|
|
|
|
hydra_tls:
|
2023-08-06 18:03:52 +00:00
|
|
|
cert: "{{ hydra_home }}/etc/localhost+2.pem"
|
|
|
|
key: "{{ hydra_home }}/etc/localhost+2-key.pem"
|
2022-08-11 10:09:43 +00:00
|
|
|
# this is for a localhost deployment, secrets for public servers must be
|
|
|
|
# different random values encrypted via ansible-vault
|
|
|
|
hydra_system_secret: "AczA+NZ25Ye9eAreglv5bo9XcND6uwBQHVUYCvPfwXo="
|
|
|
|
|
2023-08-08 13:21:27 +00:00
|
|
|
idp_tls:
|
|
|
|
cert: "{{ cacert_home }}/etc/idp.cacert.localhost.pem"
|
|
|
|
key: "{{ cacert_home }}/etc/idp.cacert.localhost-key.pem"
|
2022-08-18 10:28:01 +00:00
|
|
|
|
|
|
|
demoapp_tls:
|
|
|
|
cert: "{{ cacert_home }}/etc/app.cacert.localhost.pem"
|
|
|
|
key: "{{ cacert_home }}/etc/app.cacert.localhost-key.pem"
|