mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
(cherry picked from commit af21a0eaf7
)
Co-authored-by: icez <icez@icez.net>
This commit is contained in:
parent
4e497ace29
commit
7c0175322b
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue