mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
disable gather_facts for correctly work via bastion (#7265)
This commit is contained in:
committed by
GitHub
parent
14b63ede8c
commit
b47542b003
@@ -66,6 +66,7 @@
|
|||||||
- name: Upload control plane certs and retrieve encryption key
|
- name: Upload control plane certs and retrieve encryption key
|
||||||
hosts: kube-master | first
|
hosts: kube-master | first
|
||||||
environment: "{{ proxy_disable_env }}"
|
environment: "{{ proxy_disable_env }}"
|
||||||
|
gather_facts: False
|
||||||
tags: kubeadm
|
tags: kubeadm
|
||||||
tasks:
|
tasks:
|
||||||
- name: include needed vars
|
- name: include needed vars
|
||||||
|
|||||||
Reference in New Issue
Block a user