mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
ACI: Support validate_certs, use_ssl and use_proxy (#35146)
This PR includes: - validate_certs, use_ssl and use_proxy support for the integration tests
This commit is contained in:
@@ -52,6 +52,9 @@ overridden_in_parent=2000
|
||||
aci_hostname=your-apic-1
|
||||
aci_username=admin
|
||||
aci_password=your-password
|
||||
aci_validate_certs=no
|
||||
aci_use_ssl=yes
|
||||
aci_use_proxy=no
|
||||
|
||||
[aci]
|
||||
localhost ansible_ssh_host=127.0.0.1 ansible_connection=local
|
||||
|
||||
Reference in New Issue
Block a user