Remain a monolithic project for now
This commit is contained in:
parent
96e7a0f8d2
commit
32455e8016
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@ -42,7 +42,6 @@ Vagrant.configure("2") do |config|
|
|||||||
config.vm.provision "ansible" do |ansible|
|
config.vm.provision "ansible" do |ansible|
|
||||||
ENV['ANSIBLE_ROLES_PATH'] = File.dirname(__FILE__) + "/roles"
|
ENV['ANSIBLE_ROLES_PATH'] = File.dirname(__FILE__) + "/roles"
|
||||||
ansible.compatibility_mode = "2.0"
|
ansible.compatibility_mode = "2.0"
|
||||||
ansible.galaxy_role_file = ENV['ANSIBLE_ROLES_PATH'] + "/requirements.yml"
|
|
||||||
ansible.playbook = "dev/" + PLAYBOOK + ".yml"
|
ansible.playbook = "dev/" + PLAYBOOK + ".yml"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
- src: https://github.com/krislamo/ansible-minecraft
|
|
||||||
scm: git
|
|
||||||
version: master
|
|
||||||
name: minecraft
|
|
Loading…
Reference in New Issue
Block a user