Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ansible FreeIPA
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Ansible FreeIPA
Commits
375500df
Commit
375500df
authored
Sep 19, 2017
by
Thomas Woerner
Browse files
Options
Downloads
Patches
Plain Diff
roles/ipaclient/tasks/install.yml: Set no_log:yes for OTP generation and usage
parent
4918ac50
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/ipaclient/tasks/install.yml
+2
-0
2 additions, 0 deletions
roles/ipaclient/tasks/install.yml
with
2 additions
and
0 deletions
roles/ipaclient/tasks/install.yml
+
2
−
0
View file @
375500df
...
@@ -46,6 +46,7 @@
...
@@ -46,6 +46,7 @@
# if ipaclient_use_otp is set.
# if ipaclient_use_otp is set.
-
block
:
-
block
:
-
name
:
Install - Get a One-Time Password for client enrollment
-
name
:
Install - Get a One-Time Password for client enrollment
no_log
:
yes
ipahost
:
ipahost
:
state
:
present
state
:
present
principal
:
"
{{
ipaadmin_principal
|
default('admin')
}}"
principal
:
"
{{
ipaadmin_principal
|
default('admin')
}}"
...
@@ -61,6 +62,7 @@
...
@@ -61,6 +62,7 @@
delegate_to
:
"
{{
ipadiscovery.servers[0]
}}"
delegate_to
:
"
{{
ipadiscovery.servers[0]
}}"
-
name
:
Install - Store the previously obtained OTP
-
name
:
Install - Store the previously obtained OTP
no_log
:
yes
set_fact
:
set_fact
:
ipaadmin_password
:
"
{{
ipahost_output.host.randompassword
if
ipahost_output.host
is
defined
}}"
ipaadmin_password
:
"
{{
ipahost_output.host.randompassword
if
ipahost_output.host
is
defined
}}"
...
...
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