Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
piops-roles
sso-lqdn
Commits
37f41d09
Commit
37f41d09
authored
May 12, 2021
by
nono
💻
Browse files
Added conditionnal to admin user creation
parent
8f772c9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tasks/install-configuration.yml
View file @
37f41d09
...
...
@@ -17,10 +17,11 @@
args
:
argv
:
-
"
{{
keycloak_jboss_home
}}/bin/add-user-keycloak.sh"
-
-rmaster
-
-u{{ keycloak_admin_user }}
-
-p{{ keycloak_admin_password }}
-
-r
master
-
-u
"
{{ keycloak_admin_user }}
"
-
-p
"
{{ keycloak_admin_password }}
"
creates
:
"
{{
keycloak_config_dir
}}/keycloak-add-user.json"
become
:
yes
when
:
keycloak_create_admin is defined and (keycloak_create_admin | bool)
tags
:
-
skip_ansible_lint
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment