Skip to content
Snippets Groups Projects
Commit d4f094cc authored by ewtang's avatar ewtang Committed by Kubernetes Prow Robot
Browse files

Add localhost to ansible.limit. (#5037)

Upgrade to Kubernetes 1.15.3 (#5091)
parent 494a6512
Branches
Tags
No related merge requests found
......@@ -206,7 +206,7 @@ Vagrant.configure("2") do |config|
ansible.inventory_path = $ansible_inventory_path
end
ansible.become = true
ansible.limit = "all"
ansible.limit = "all,localhost"
ansible.host_key_checking = false
ansible.raw_arguments = ["--forks=#{$num_instances}", "--flush-cache", "-e ansible_become_pass=vagrant"]
ansible.host_vars = host_vars
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment