Skip to content

Commit

Permalink
Enabled postgresql and Keycloack
Browse files Browse the repository at this point in the history
Signed-off-by: desmax74 <[email protected]>
  • Loading branch information
desmax74 committed Feb 11, 2025
1 parent 5607162 commit 1b064f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/tpa_single_node/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ tpa_single_node_pg_user: postgres # "{{ lookup('env', 'TPA_PG_USER') }}" #postgr
tpa_single_node_pg_user_passwd: trustify #"{{ lookup('env', 'TPA_PG_USER_PASSWORD') }}" # trustify

Check failure on line 21 in roles/tpa_single_node/vars/main.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

yaml[comments]

Missing starting space in comment
tpa_single_node_pg_ssl_mode: required


# SSO_SERVICE
tpa_single_node_oidc_issuer_url: http://192.168.124.1:8090 # "{{ lookup('env', 'TPA_OIDC_ISSUER_URL') | default('tpa_single_node_default_empty', true) }}"
tpa_single_node_oidc_frontend_id: "{{ lookup('env', 'TPA_OIDC_FRONTEND_ID') | default('tpa_single_node_default_empty', true) }}"
Expand Down

0 comments on commit 1b064f1

Please sign in to comment.