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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Ansible FreeIPA
Commits
4dea948f
Commit
4dea948f
authored
7 years ago
by
Thomas Woerner
Browse files
Options
Downloads
Patches
Plain Diff
roles/ipaclient/tasks/install.yml: Install IPA client early
IPA client imports are needed for discovery
parent
0246ad00
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/ipaclient/tasks/install.yml
+5
-4
5 additions, 4 deletions
roles/ipaclient/tasks/install.yml
with
5 additions
and
4 deletions
roles/ipaclient/tasks/install.yml
+
5
−
4
View file @
4dea948f
---
# tasks file for ipaclient
-
name
:
Install - Install IPA client package
package
:
name
:
"
{{
ipaclient_package
}}"
state
:
present
-
name
:
Install - IPA discovery
ipadiscovery
:
domain
:
"
{{
ipaclient_domain
|
default(omit)
}}"
...
...
@@ -35,10 +40,6 @@
when
:
ipaclient_password is not defined and ipaclient_keytab is not defined
-
name
:
Install - Install IPA client package
package
:
name
:
"
{{
ipaclient_package
}}"
state
:
present
-
name
:
Install - Configure IPA client
ipaclient
:
...
...
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