mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 01:28:11 -03:30
Fixing Vagrant cluster provisioning (#4218)
* Pass ansible_ssh_user as host_var Co-authored-by: Damian Darczuk <damian.darczuk@intel.com> Co-authored-by: Paweł Pałucki <pawel.palucki@intel.com> * Create a directory before downloading container images to ansible host Co-authored-by: Damian Darczuk <damian.darczuk@intel.com> Co-authored-by: Paweł Pałucki <pawel.palucki@intel.com> * Set private key usuing synchronize task options Co-authored-by: Damian Darczuk <damian.darczuk@intel.com> Co-authored-by: Paweł Pałucki <pawel.palucki@intel.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
691baf5b14
commit
4e81bcc147
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@@ -185,6 +185,7 @@ Vagrant.configure("2") do |config|
|
||||
"download_localhost": "False",
|
||||
"local_path_provisioner_enabled": "#{$local_path_provisioner_enabled}",
|
||||
"local_path_provisioner_claim_root": "#{$local_path_provisioner_claim_root}"
|
||||
"ansible_ssh_user": SUPPORTED_OS[$os][:user]
|
||||
}
|
||||
|
||||
# Only execute the Ansible provisioner once, when all the machines are up and ready.
|
||||
|
||||
Reference in New Issue
Block a user