This commit is contained in:
Robert de Bock 2019-07-22 13:10:43 +02:00
parent 44f4e49e12
commit 85e1a8dab9
3 changed files with 10 additions and 9 deletions

2
Vagrantfile vendored
View File

@ -1 +1 @@
Vagrantfile.libvirt Vagrantfile.virtualbox

View File

@ -7,14 +7,14 @@ Vagrant.configure("2") do |config|
v.cpus = 2 v.cpus = 2
end end
end end
config.vm.define "ubuntu" do |ubuntu| # config.vm.define "ubuntu" do |ubuntu|
ubuntu.vm.box = "ubuntu/trusty64" # ubuntu.vm.box = "ubuntu/trusty64"
ubuntu.vm.synced_folder '.', '/vagrant', disabled: true # ubuntu.vm.synced_folder '.', '/vagrant', disabled: true
config.vm.provider "virtualbox" do |v| # config.vm.provider "virtualbox" do |v|
v.memory = 4096 # v.memory = 4096
v.cpus = 2 # v.cpus = 2
end # end
end # end
end end

View File

@ -3,5 +3,6 @@ roles_path=roles
retry_files_enabled=no retry_files_enabled=no
inventory=inventory inventory=inventory
stdout_callback=yaml stdout_callback=yaml
host_key_checking=no
callback_whitelist=profile_roles callback_whitelist=profile_roles