Remove Keycloak (#15567)

remove keycloak
This commit is contained in:
jessicamack
2024-10-02 10:10:28 -04:00
parent bcd006f1a5
commit 0f0919937d
7 changed files with 0 additions and 2076 deletions

View File

@@ -127,25 +127,6 @@ services:
- "awx_{{ container_postfix }}"
{% endfor %}
{% endif %}
{% if enable_keycloak|bool %}
keycloak:
image: quay.io/keycloak/keycloak:15.0.2
container_name: tools_keycloak_1
hostname: keycloak
user: "{{ ansible_user_uid }}"
networks:
- awx
ports:
- "8443:8443"
environment:
DB_VENDOR: postgres
DB_ADDR: postgres
DB_DATABASE: keycloak
DB_USER: {{ pg_username }}
DB_PASSWORD: {{ pg_password }}
depends_on:
- postgres
{% endif %}
{% if enable_splunk|bool %}
splunk:
image: splunk/splunk:latest