Skip to content
Snippets Groups Projects
Commit ea77aa28 authored by Thomas Woerner's avatar Thomas Woerner
Browse files

library/ipatest.py: Fixed example descriptions

parent 6482a0d1
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ author: ...@@ -60,7 +60,7 @@ author:
''' '''
EXAMPLES = ''' EXAMPLES = '''
# Join IPA to get the keytab # Test IPA with local keytab
- name: Test IPA in force mode with maximum 5 kinit attempts - name: Test IPA in force mode with maximum 5 kinit attempts
ipatest: ipatest:
servers: ["server1.example.com","server2.example.com"] servers: ["server1.example.com","server2.example.com"]
...@@ -70,7 +70,7 @@ EXAMPLES = ''' ...@@ -70,7 +70,7 @@ EXAMPLES = '''
hostname: client1.example.com hostname: client1.example.com
kinit_attempts: 5 kinit_attempts: 5
# Join IPA to get the keytab using ipadiscovery return values # Test IPA with ipadiscovery return values
- name: Join IPA - name: Join IPA
ipajoin: ipajoin:
servers: "{{ ipadiscovery.servers }}" servers: "{{ ipadiscovery.servers }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment