add support for using a proxy to test with molecule

Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
This commit is contained in:
Sebastian Gumprich 2021-03-19 15:52:19 +01:00
parent 8cb6732882
commit 6c805f6ca9
4 changed files with 12 additions and 12 deletions

View file

@ -21,9 +21,9 @@ platforms:
security_opts:
- apparmor=unconfined
env:
http_proxy: ${http_proxy}
https_proxy: ${https_proxy}
no_proxy: ${no_proxy}
http_proxy: "${http_proxy}"
https_proxy: "${https_proxy}"
no_proxy: "${no_proxy}"
container: docker
provisioner:
name: ansible

View file

@ -22,9 +22,9 @@ platforms:
- SYS_ADMIN
tty: true
env:
http_proxy: ${http_proxy}
https_proxy: ${https_proxy}
no_proxy: ${no_proxy}
http_proxy: "${http_proxy}"
https_proxy: "${https_proxy}"
no_proxy: "${no_proxy}"
container: docker
provisioner:
name: ansible

View file

@ -22,9 +22,9 @@ platforms:
- SYS_ADMIN
tty: true
env:
http_proxy: ${http_proxy}
https_proxy: ${https_proxy}
no_proxy: ${no_proxy}
http_proxy: "${http_proxy}"
https_proxy: "${https_proxy}"
no_proxy: "${no_proxy}"
container: docker
provisioner:
name: ansible

View file

@ -22,9 +22,9 @@ platforms:
- SYS_ADMIN
tty: true
env:
http_proxy: ${http_proxy}
https_proxy: ${https_proxy}
no_proxy: ${no_proxy}
http_proxy: "${http_proxy}"
https_proxy: "${https_proxy}"
no_proxy: "${no_proxy}"
container: docker
provisioner:
name: ansible