Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
ccadd3e7
Commit
ccadd3e7
authored
5 years ago
by
Rajesh
Committed by
rjshrjndrn
5 years ago
Browse files
Options
Download
Patches
Plain Diff
Installing and configuring keycloak
parent
8fc0cae1
3node
3node_bak_new
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
deploy/install.sh
+7
-0
deploy/install.sh
with
7 additions
and
0 deletions
+7
-0
deploy/install.sh
+
7
−
0
View file @
ccadd3e7
...
...
@@ -31,6 +31,13 @@ ansible-playbook -v -i ../ansible/inventory/env/ ../ansible/api-manager.yml --ta
jwt_token
=
$(
sudo cat
/root/jwt_token_player.txt
)
# Provisioning keycloak
ansible-playbook
-i
../ansible/inventory/env ../ansible/keycloak.yml
--tags
provision
# Deploying keycloak
ansible-playbook
-i
../ansible/inventory/env ../ansible/keycloak.yml
--tags
deploy
# Bootstrapping keycloak
ansible-playbook
-i
../ansible/inventory/env ../ansible/keycloak.yml
--tags
deploy
# services="adminutil apimanager badger cert content enc learner lms notification player telemetry userorg"
# disabling some services due to unavailability of public images
services
=
"adminutil apimanager content learner player telemetry"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets