mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-04 15:29:10 -07:00
Only disable cert validation in examples for local network access (#7576)
Only disable cert validation in examples for local network access!
This commit is contained in:
parent
e0346d400f
commit
d9f3e7a2ec
22 changed files with 38 additions and 53 deletions
|
@ -300,7 +300,6 @@ EXAMPLES = r'''
|
|||
hostname: "{{ xenserver_hostname }}"
|
||||
username: "{{ xenserver_username }}"
|
||||
password: "{{ xenserver_password }}"
|
||||
validate_certs: false
|
||||
folder: /testvms
|
||||
name: testvm_2
|
||||
state: poweredon
|
||||
|
@ -327,7 +326,6 @@ EXAMPLES = r'''
|
|||
hostname: "{{ xenserver_hostname }}"
|
||||
username: "{{ xenserver_username }}"
|
||||
password: "{{ xenserver_password }}"
|
||||
validate_certs: false
|
||||
folder: /testvms
|
||||
name: testvm_6
|
||||
is_template: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue