mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00: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:
@@ -438,7 +438,7 @@ EXAMPLES = '''
|
||||
url: 'https://cf-6af0.rhpds.opentlc.com'
|
||||
username: 'admin'
|
||||
password: 'password'
|
||||
validate_certs: false
|
||||
validate_certs: true
|
||||
|
||||
- name: Create a new OpenStack Director provider in ManageIQ with rsa keypair
|
||||
community.general.manageiq_provider:
|
||||
|
||||
Reference in New Issue
Block a user