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:
Dag Wieers 2018-01-21 00:38:20 +01:00 committed by GitHub
commit 2bd0653488
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 225 additions and 76 deletions

View file

@ -13,9 +13,11 @@
hostname: "{{ aci_hostname }}"
username: "{{ aci_username }}"
password: "{{ aci_password }}"
validate_certs: no
tenant: anstest
validate_certs: '{{ aci_validate_certs | default(false) }}'
use_ssl: '{{ aci_use_ssl | default(true) }}'
use_proxy: '{{ aci_use_proxy | default(true) }}'
state: absent
tenant: anstest
- name: create a snapshot
aci_config_snapshot: &create_snapshot