mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-07 11:41:16 -03:30
Revert "Change deprecated vagrant ansible flag 'sudo' to 'become'" (#1960)
This commit is contained in:
committed by
Matthew Mosesohn
parent
00916dec38
commit
0d8de289dd
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -140,7 +140,7 @@ Vagrant.configure("2") do |config|
|
|||||||
if File.exist?(File.join(File.dirname($inventory), "hosts"))
|
if File.exist?(File.join(File.dirname($inventory), "hosts"))
|
||||||
ansible.inventory_path = $inventory
|
ansible.inventory_path = $inventory
|
||||||
end
|
end
|
||||||
ansible.become = true
|
ansible.sudo = true
|
||||||
ansible.limit = "all"
|
ansible.limit = "all"
|
||||||
ansible.host_key_checking = false
|
ansible.host_key_checking = false
|
||||||
ansible.raw_arguments = ["--forks=#{$num_instances}", "--flush-cache"]
|
ansible.raw_arguments = ["--forks=#{$num_instances}", "--flush-cache"]
|
||||||
|
|||||||
Reference in New Issue
Block a user