Extracted the basic role from the madonsible playbook
This commit is contained in:
10
tests/Vagrantfile
vendored
Normal file
10
tests/Vagrantfile
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
Vagrant.configure(2) do |config|
|
||||
config.vm.hostname = "vagrant.example.com"
|
||||
config.vm.box = "debian/stretch64"
|
||||
config.ssh.insert_key = false
|
||||
|
||||
config.vm.provision "ansible" do |ansible|
|
||||
ansible.verbose ="vv"
|
||||
ansible.playbook = "test.yml"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user