|
@ -23,6 +23,11 @@ download_localhost: False |
|
|
# Always pull images if set to True. Otherwise check by the repo's tag/digest. |
|
|
# Always pull images if set to True. Otherwise check by the repo's tag/digest. |
|
|
download_always_pull: False |
|
|
download_always_pull: False |
|
|
|
|
|
|
|
|
|
|
|
# Some problems may occur when downloading files over https proxy due to ansible bug |
|
|
|
|
|
# https://github.com/ansible/ansible/issues/32750. Set this variable to False to disable |
|
|
|
|
|
# SSL validation of get_url module. Note that kubespray will still be performing checksum validation. |
|
|
|
|
|
download_validate_certs: True |
|
|
|
|
|
|
|
|
# Use the first kube-master if download_localhost is not set |
|
|
# Use the first kube-master if download_localhost is not set |
|
|
download_delegate: "{% if download_localhost %}localhost{% else %}{{groups['kube-master'][0]}}{% endif %}" |
|
|
download_delegate: "{% if download_localhost %}localhost{% else %}{{groups['kube-master'][0]}}{% endif %}" |
|
|
|
|
|
|
|
|