Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end

config.vm.provision :ansible do |ansible|
ansible.compatibility_mode="auto"
ansible.playbook = "playbook.yml"
ansible.galaxy_role_file = "requirements.yml"
ansible.galaxy_command = "ansible-galaxy install --role-file=%{role_file} --roles-path=roles/external"
Expand Down
2 changes: 1 addition & 1 deletion solr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- hosts: solr
become: yes
debugger: on_failed
any_errors_fatal: true

roles:
- role: geerlingguy.java
Expand Down