mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix document mistakenly replaced the 'ipa_host' parameter in 'ipa_host' module (#1031)
This commit is contained in:
parent
3f1c93cccf
commit
af21a0eaf7
1 changed files with 6 additions and 6 deletions
|
@ -100,7 +100,7 @@ EXAMPLES = r'''
|
|||
- "08:00:27:E3:B1:2D"
|
||||
- "52:54:00:BD:97:1E"
|
||||
state: present
|
||||
community.general.ipa_host: ipa.example.com
|
||||
ipa_host: ipa.example.com
|
||||
ipa_user: admin
|
||||
ipa_pass: topsecret
|
||||
|
||||
|
@ -110,7 +110,7 @@ EXAMPLES = r'''
|
|||
description: Example host
|
||||
ip_address: 192.168.0.123
|
||||
state: present
|
||||
community.general.ipa_host: ipa.example.com
|
||||
ipa_host: ipa.example.com
|
||||
ipa_user: admin
|
||||
ipa_pass: topsecret
|
||||
validate_certs: False
|
||||
|
@ -120,7 +120,7 @@ EXAMPLES = r'''
|
|||
community.general.ipa_host:
|
||||
name: host01.example.com
|
||||
state: disabled
|
||||
community.general.ipa_host: ipa.example.com
|
||||
ipa_host: ipa.example.com
|
||||
ipa_user: admin
|
||||
ipa_pass: topsecret
|
||||
|
||||
|
@ -128,7 +128,7 @@ EXAMPLES = r'''
|
|||
community.general.ipa_host:
|
||||
name: host01.example.com
|
||||
user_certificate: []
|
||||
community.general.ipa_host: ipa.example.com
|
||||
ipa_host: ipa.example.com
|
||||
ipa_user: admin
|
||||
ipa_pass: topsecret
|
||||
|
||||
|
@ -136,7 +136,7 @@ EXAMPLES = r'''
|
|||
community.general.ipa_host:
|
||||
name: host01.example.com
|
||||
state: absent
|
||||
community.general.ipa_host: ipa.example.com
|
||||
ipa_host: ipa.example.com
|
||||
ipa_user: admin
|
||||
ipa_pass: topsecret
|
||||
|
||||
|
@ -144,7 +144,7 @@ EXAMPLES = r'''
|
|||
community.general.ipa_host:
|
||||
name: host01.example.com
|
||||
state: absent
|
||||
community.general.ipa_host: ipa.example.com
|
||||
ipa_host: ipa.example.com
|
||||
ipa_user: admin
|
||||
ipa_pass: topsecret
|
||||
update_dns: True
|
||||
|
|
Loading…
Reference in a new issue