Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
keycloak
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
FSI Ansible
keycloak
Commits
87547e56
Commit
87547e56
authored
Nov 29, 2020
by
David Mehren
Committed by
Felix Schäfer
Nov 29, 2020
Browse files
Options
Downloads
Patches
Plain Diff
Always gather facts about the database host
This allows standalone runs
parent
5bc0fd57
No related branches found
No related tags found
1 merge request
!2
Always gather facts about the database host
Pipeline
#10269
failed
Nov 29, 2020
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/main.yml
+6
-0
6 additions, 0 deletions
tasks/main.yml
with
6 additions
and
0 deletions
tasks/main.yml
+
6
−
0
View file @
87547e56
---
-
name
:
Gather facts about db host
gather_facts
:
delegate_to
:
"
{{
keycloak_pgdb_host
}}"
delegate_facts
:
True
when
:
"
'ansible_default_ipv4'
not
in
hostvars[keycloak_pgdb_host]"
-
name
:
Import Azul public key (for Zulu JRE)
apt_key
:
id
:
B1998361219BD9C9
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment