mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-15 02:21:52 -07:00
keycloak_quarkus: add https to molecule test setup (#36)
* keycloak_quarkus: add https to molecule test setup * move converge pre_tasks to prepare phase * Update zipfile unarchive to cater for existing certs
This commit is contained in:
parent
469036e9e7
commit
76cbb4c676
9 changed files with 65 additions and 12 deletions
|
@ -3,7 +3,13 @@
|
|||
hosts: all
|
||||
vars:
|
||||
keycloak_admin_password: "remembertochangeme"
|
||||
keycloak_quarkus_host: localhost:8443
|
||||
keycloak_quarkus_http_relative_path: ''
|
||||
keycloak_quarkus_log: file
|
||||
keycloak_quarkus_https_enabled: True
|
||||
keycloak_quarkus_key_file: conf/key.pem
|
||||
keycloak_quarkus_cert_file: conf/cert.pem
|
||||
collections:
|
||||
- middleware_automation.keycloak
|
||||
roles:
|
||||
- keycloak_quarkus
|
||||
- keycloak_quarkus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue