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
ea77aa28
Commit
ea77aa28
authored
7 years ago
by
Thomas Woerner
Browse files
Options
Downloads
Patches
Plain Diff
library/ipatest.py: Fixed example descriptions
parent
6482a0d1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
library/ipatest.py
+2
-2
2 additions, 2 deletions
library/ipatest.py
with
2 additions
and
2 deletions
library/ipatest.py
+
2
−
2
View file @
ea77aa28
...
...
@@ -60,7 +60,7 @@ author:
'''
EXAMPLES
=
'''
#
Join
IPA
to get the
keytab
#
Test
IPA
with local
keytab
- name: Test IPA in force mode with maximum 5 kinit attempts
ipatest:
servers: [
"
server1.example.com
"
,
"
server2.example.com
"
]
...
...
@@ -70,7 +70,7 @@ EXAMPLES = '''
hostname: client1.example.com
kinit_attempts: 5
#
Join
IPA
to get the keytab using
ipadiscovery return values
#
Test
IPA
with
ipadiscovery return values
- name: Join IPA
ipajoin:
servers:
"
{{ ipadiscovery.servers }}
"
...
...
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