Added possibility to specify vSphere credentials via env variables (#7646)

* Added possibility to specify vSphere credentials via env variables

* Removed excessive spacing
This commit is contained in:
Fredrik Liv
2021-05-27 21:02:30 +02:00
committed by GitHub
parent eff1931283
commit 3ca205446e
4 changed files with 35 additions and 32 deletions

View File

@@ -9,3 +9,6 @@ external_vsphere_insecure: "true"
## arg2: "value2"
external_vsphere_cloud_controller_extra_args: {}
external_vsphere_cloud_controller_image_tag: "latest"
external_vsphere_user: "{{ lookup('env','VSPHERE_USER') }}"
external_vsphere_password: "{{ lookup('env','VSPHERE_PASSWORD') }}"