mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-19 14:57:43 -02:30
Add localhost to ansible.limit. (#5037)
Upgrade to Kubernetes 1.15.3 (#5091)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
494a6512b8
commit
d4f094cc11
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -206,7 +206,7 @@ Vagrant.configure("2") do |config|
|
|||||||
ansible.inventory_path = $ansible_inventory_path
|
ansible.inventory_path = $ansible_inventory_path
|
||||||
end
|
end
|
||||||
ansible.become = true
|
ansible.become = true
|
||||||
ansible.limit = "all"
|
ansible.limit = "all,localhost"
|
||||||
ansible.host_key_checking = false
|
ansible.host_key_checking = false
|
||||||
ansible.raw_arguments = ["--forks=#{$num_instances}", "--flush-cache", "-e ansible_become_pass=vagrant"]
|
ansible.raw_arguments = ["--forks=#{$num_instances}", "--flush-cache", "-e ansible_become_pass=vagrant"]
|
||||||
ansible.host_vars = host_vars
|
ansible.host_vars = host_vars
|
||||||
|
|||||||
Reference in New Issue
Block a user