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:
@@ -72,7 +72,7 @@ EXAMPLES = '''
|
||||
url: 'http://127.0.0.1:3000'
|
||||
username: 'admin'
|
||||
password: 'smartvm'
|
||||
validate_certs: false
|
||||
validate_certs: false # only do this when you trust the network!
|
||||
|
||||
- name: Delete an alert profile from ManageIQ
|
||||
community.general.manageiq_alert_profiles:
|
||||
@@ -82,7 +82,7 @@ EXAMPLES = '''
|
||||
url: 'http://127.0.0.1:3000'
|
||||
username: 'admin'
|
||||
password: 'smartvm'
|
||||
validate_certs: false
|
||||
validate_certs: false # only do this when you trust the network!
|
||||
'''
|
||||
|
||||
RETURN = '''
|
||||
|
||||
Reference in New Issue
Block a user