17 Commits (main)

Author SHA1 Message Date
Jan Dittberner 67f55d76a0 Fix localhost ansible setup 9 months ago
Jan Dittberner 2db1ba3c05 Fix handling of missing sections
This commit makes sure that a missing section in an older toml
configuration file does not break the deployment.
9 months ago
Jan Dittberner 10fd052d90 Install vim and tmux for convenience 9 months ago
Jan Dittberner 372532c943 Complete Vagrant deployment 9 months ago
Jan Dittberner 0e44cc9017 Remove unused oidc_client_registration role 9 months ago
Jan Dittberner 82954212c4 Update Hydra setup 9 months ago
Brian Mc Cullough a74421a377 updated configuration and README 10 months ago
Jan Dittberner 92b6570614 Change default hostname for Hydra 10 months ago
Jan Dittberner 4023cfc718 Update to Debian 12 Bookworm
- improve README.md add test scenarios
- update Vagrant setup to Debian 12
- update dependency installation to be compatible with Debian 12
- use mkcert from Debian 12 package
11 months ago
Jan Dittberner f9ad2ba2b5 Finish IDP setup 2 years ago
Jan Dittberner 2bfa210140 Add oidc_idp role
- Deploy cacert-idp from oidc_idp subdirectory
- configure systemd and start cacert-idp service
2 years ago
Jan Dittberner e631cf7072 Add certificate paths for CAcert applications 2 years ago
Jan Dittberner fe7d96c8d5 Reload Hydra when configuration changes 2 years ago
Jan Dittberner 5daa87ca90 Add local preconditions and Vagrantfile
This commit adds a role to ensure local preconditions (i.e. mkcert) and
a Vagrantfile to test the ansible playbook in a local virtual machine.
2 years ago
Jan Dittberner f0d279789a Setup Hydra systemd service
- run migrations before start
- register systemd unit
- start service
- define localhost as default listening address
2 years ago
Jan Dittberner 9791658838 Start Hydra server role implementation
- Define localhost variant of Hydra parameters
- Download and unpack Hydra
- Create configuration file
- Create certificates using mkcert
2 years ago
Jan Dittberner 00c0d3de1a Create basic local playbook and roles
- create ansible structure
- create generated roles
- add hydra_database role
2 years ago