mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-21 05:21:53 -07:00
keycloak_quarkus: add https to molecule test setup
This commit is contained in:
parent
469036e9e7
commit
391749830e
5 changed files with 48 additions and 6 deletions
|
@ -3,7 +3,12 @@
|
|||
hosts: all
|
||||
vars:
|
||||
keycloak_admin_password: "remembertochangeme"
|
||||
keycloak_quarkus_host: localhost:8443
|
||||
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