Commit graph

8 commits

Author SHA1 Message Date
372532c943 Complete Vagrant deployment 2023-08-08 15:40:18 +02:00
82954212c4 Update Hydra setup 2023-08-08 15:36:17 +02:00
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
2023-06-19 19:46:25 +02:00
fe7d96c8d5 Reload Hydra when configuration changes 2022-08-18 12:26:43 +02:00
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.
2022-08-18 11:58:24 +02:00
f0d279789a Setup Hydra systemd service
- run migrations before start
- register systemd unit
- start service
- define localhost as default listening address
2022-08-16 16:22:36 +02:00
9791658838 Start Hydra server role implementation
- Define localhost variant of Hydra parameters
- Download and unpack Hydra
- Create configuration file
- Create certificates using mkcert
2022-08-11 12:18:22 +02:00
00c0d3de1a Create basic local playbook and roles
- create ansible structure
- create generated roles
- add hydra_database role
2022-08-10 20:35:03 +02:00