Browse Source

Add localhost to ansible.limit. (#5037)

Upgrade to Kubernetes 1.15.3 (#5091)
pull/5101/head
ewtang 5 years ago
committed by Kubernetes Prow Robot
parent
commit
d4f094cc11
1 changed files with 1 additions and 1 deletions
  1. 2
      Vagrantfile

2
Vagrantfile

@ -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

Loading…
Cancel
Save