We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c03fca0 commit 072ce6bCopy full SHA for 072ce6b
Vagrantfile
@@ -22,6 +22,7 @@ Vagrant.configure("2") do |config|
22
23
# Provision the box
24
config.vm.provision :ansible do |ansible|
25
+ ansible.extra_vars = { ansible_ssh_user: 'vagrant' }
26
ansible.playbook = "ansible/site.yml"
27
end
28
0 commit comments