oidc-parent/deployment/roles/hydra_database
2023-08-08 15:36:17 +02:00
..
defaults Create basic local playbook and roles 2022-08-10 20:35:03 +02:00
handlers Create basic local playbook and roles 2022-08-10 20:35:03 +02:00
meta Add local preconditions and Vagrantfile 2022-08-18 11:58:24 +02:00
tasks Update Hydra setup 2023-08-08 15:36:17 +02:00
README.md Add local preconditions and Vagrantfile 2022-08-18 11:58:24 +02:00

Hydra Database

Setup a PostgreSQL database for ORY Hydra.

Requirements

The role expects a Debian system running Debian 11 or later.

Role Variables

Name Description Default
hydra_db_name Database name hydra
hydra_db_user Database user hydra
hydra_db_password Database password -

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
     - hydra_database

License

GPL-2.0-or-later

Author Information

Jan Dittberner jandd@cacert.org