mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
fix document mistakenly replaced the 'ipa_host' parameter in 'ipa_host' module (#1031)
This commit is contained in:
@@ -100,7 +100,7 @@ EXAMPLES = r'''
|
|||||||
- "08:00:27:E3:B1:2D"
|
- "08:00:27:E3:B1:2D"
|
||||||
- "52:54:00:BD:97:1E"
|
- "52:54:00:BD:97:1E"
|
||||||
state: present
|
state: present
|
||||||
community.general.ipa_host: ipa.example.com
|
ipa_host: ipa.example.com
|
||||||
ipa_user: admin
|
ipa_user: admin
|
||||||
ipa_pass: topsecret
|
ipa_pass: topsecret
|
||||||
|
|
||||||
@@ -110,7 +110,7 @@ EXAMPLES = r'''
|
|||||||
description: Example host
|
description: Example host
|
||||||
ip_address: 192.168.0.123
|
ip_address: 192.168.0.123
|
||||||
state: present
|
state: present
|
||||||
community.general.ipa_host: ipa.example.com
|
ipa_host: ipa.example.com
|
||||||
ipa_user: admin
|
ipa_user: admin
|
||||||
ipa_pass: topsecret
|
ipa_pass: topsecret
|
||||||
validate_certs: False
|
validate_certs: False
|
||||||
@@ -120,7 +120,7 @@ EXAMPLES = r'''
|
|||||||
community.general.ipa_host:
|
community.general.ipa_host:
|
||||||
name: host01.example.com
|
name: host01.example.com
|
||||||
state: disabled
|
state: disabled
|
||||||
community.general.ipa_host: ipa.example.com
|
ipa_host: ipa.example.com
|
||||||
ipa_user: admin
|
ipa_user: admin
|
||||||
ipa_pass: topsecret
|
ipa_pass: topsecret
|
||||||
|
|
||||||
@@ -128,7 +128,7 @@ EXAMPLES = r'''
|
|||||||
community.general.ipa_host:
|
community.general.ipa_host:
|
||||||
name: host01.example.com
|
name: host01.example.com
|
||||||
user_certificate: []
|
user_certificate: []
|
||||||
community.general.ipa_host: ipa.example.com
|
ipa_host: ipa.example.com
|
||||||
ipa_user: admin
|
ipa_user: admin
|
||||||
ipa_pass: topsecret
|
ipa_pass: topsecret
|
||||||
|
|
||||||
@@ -136,7 +136,7 @@ EXAMPLES = r'''
|
|||||||
community.general.ipa_host:
|
community.general.ipa_host:
|
||||||
name: host01.example.com
|
name: host01.example.com
|
||||||
state: absent
|
state: absent
|
||||||
community.general.ipa_host: ipa.example.com
|
ipa_host: ipa.example.com
|
||||||
ipa_user: admin
|
ipa_user: admin
|
||||||
ipa_pass: topsecret
|
ipa_pass: topsecret
|
||||||
|
|
||||||
@@ -144,7 +144,7 @@ EXAMPLES = r'''
|
|||||||
community.general.ipa_host:
|
community.general.ipa_host:
|
||||||
name: host01.example.com
|
name: host01.example.com
|
||||||
state: absent
|
state: absent
|
||||||
community.general.ipa_host: ipa.example.com
|
ipa_host: ipa.example.com
|
||||||
ipa_user: admin
|
ipa_user: admin
|
||||||
ipa_pass: topsecret
|
ipa_pass: topsecret
|
||||||
update_dns: True
|
update_dns: True
|
||||||
|
|||||||
Reference in New Issue
Block a user