mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-28 23:51:34 -07:00
test
This commit is contained in:
parent
910a2aa5d4
commit
48e4c2578b
3 changed files with 8 additions and 8 deletions
|
@ -13,6 +13,13 @@
|
|||
keycloak_quarkus_proxy_mode: none
|
||||
keycloak_quarkus_offline_install: true
|
||||
keycloak_quarkus_download_path: /tmp/keycloak/
|
||||
pre_tasks:
|
||||
- name: "Install iproute"
|
||||
become: true
|
||||
ansible.builtin.dnf:
|
||||
name:
|
||||
- iproute
|
||||
state: present
|
||||
roles:
|
||||
- role: keycloak_quarkus
|
||||
- role: keycloak_realm
|
||||
|
|
|
@ -3,7 +3,7 @@ driver:
|
|||
name: docker
|
||||
platforms:
|
||||
- name: instance
|
||||
image: registry.access.redhat.com/ubi8/ubi-init:latest
|
||||
image: registry.access.redhat.com/ubi9/ubi-init:latest
|
||||
pre_build_image: true
|
||||
privileged: true
|
||||
command: "/usr/sbin/init"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue