mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -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
|
@ -114,7 +114,6 @@ EXAMPLES = r'''
|
|||
duration: INF
|
||||
replication: 1
|
||||
ssl: false
|
||||
validate_certs: false
|
||||
shard_group_duration: 1w
|
||||
state: present
|
||||
|
||||
|
@ -126,7 +125,6 @@ EXAMPLES = r'''
|
|||
duration: 5d1h30m
|
||||
replication: 1
|
||||
ssl: false
|
||||
validate_certs: false
|
||||
shard_group_duration: 1d10h30m
|
||||
state: present
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue