Skip to content

Instantly share code, notes, and snippets.

@Mossman1215
Last active October 16, 2019 00:14
Show Gist options
  • Save Mossman1215/172e08c3d70d74c62c4a5f10aaeef290 to your computer and use it in GitHub Desktop.
Save Mossman1215/172e08c3d70d74c62c4a5f10aaeef290 to your computer and use it in GitHub Desktop.
- name: Install and Configure Solr
hosts: localhost
become: yes
gather_facts: yes
vars:
solr_change_default_password: False
solr_port: 80
roles:
- role: lean_delivery.java
- role: lean_delivery.solr_standalone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment