diff --git a/Vagrantfile b/Vagrantfile index 0333340..3f83971 120000 --- a/Vagrantfile +++ b/Vagrantfile @@ -1 +1 @@ -Vagrantfile.libvirt \ No newline at end of file +Vagrantfile.virtualbox \ No newline at end of file diff --git a/Vagrantfile.virtualbox b/Vagrantfile.virtualbox index 91662ac..c918f93 100644 --- a/Vagrantfile.virtualbox +++ b/Vagrantfile.virtualbox @@ -7,14 +7,14 @@ Vagrant.configure("2") do |config| v.cpus = 2 end end - config.vm.define "ubuntu" do |ubuntu| - ubuntu.vm.box = "ubuntu/trusty64" - ubuntu.vm.synced_folder '.', '/vagrant', disabled: true - config.vm.provider "virtualbox" do |v| - v.memory = 4096 - v.cpus = 2 - end - end +# config.vm.define "ubuntu" do |ubuntu| +# ubuntu.vm.box = "ubuntu/trusty64" +# ubuntu.vm.synced_folder '.', '/vagrant', disabled: true +# config.vm.provider "virtualbox" do |v| +# v.memory = 4096 +# v.cpus = 2 +# end +# end end diff --git a/ansible.cfg b/ansible.cfg index 9aea1ef..2454c3f 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -3,5 +3,6 @@ roles_path=roles retry_files_enabled=no inventory=inventory stdout_callback=yaml +host_key_checking=no callback_whitelist=profile_roles