mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
* project: fix var-spacing ansible rule Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: fix spacing on the beginning/end of jinja template Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: fix spacing of default filter Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: fix spacing between filter arguments Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: fix double space at beginning/end of jinja Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: fix remaining jinja[spacing] ansible-lint warning Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> --------- Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
15 lines
505 B
YAML
15 lines
505 B
YAML
---
|
|
external_vsphere_vcenter_port: "443"
|
|
external_vsphere_insecure: "true"
|
|
|
|
## A dictionary of extra arguments to add to the vsphere cloud controller manager daemonset
|
|
## Format:
|
|
## external_vsphere_cloud_controller_extra_args:
|
|
## arg1: "value1"
|
|
## 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') }}"
|