mirror of
https://github.com/roles-ansible/ansible_role_ntp.git
synced 2024-08-16 12:59:49 +02:00
4 lines
240 B
Ruby
4 lines
240 B
Ruby
Vagrant.configure("2") do |c|
|
|
c.vm.provision :shell, path: "https://raw.githubusercontent.com/ansible/ansible/devel/examples/scripts/ConfigureRemotingForAnsible.ps1"
|
|
c.vm.provision :shell, path: "https://chocolatey.org/install.ps1"
|
|
end
|