|
@@ -8,7 +8,7 @@
|
|
|
pip:
|
|
|
name: psycopg2
|
|
|
|
|
|
-- name: Setup Kong Postgres DB
|
|
|
+- name: Setup Postgres DB
|
|
|
postgresql_db:
|
|
|
name: "{{keycloak_pg_db}}"
|
|
|
login_host: "{{keycloak_pg_host}}"
|
|
@@ -40,12 +40,11 @@
|
|
|
dest: /opt/keycloak/standalone/configuration
|
|
|
|
|
|
- name: Start keycloak process
|
|
|
- tags:
|
|
|
- - keycloak
|
|
|
runit:
|
|
|
name: keycloak
|
|
|
- enabled: true
|
|
|
- state: up
|
|
|
+ enabled: yes
|
|
|
+ state: start
|
|
|
timeout: 90
|
|
|
user: root
|
|
|
+ group: root
|
|
|
command: '/opt/keycloak/bin/standalone.sh -b 0.0.0.0 --server-config=standalone.xml'
|