Skip to content

Commit

Permalink
Merge pull request #19 from tulibraries/Add_zookeeper_task
Browse files Browse the repository at this point in the history
Create zoo.cfg
  • Loading branch information
sensei100 authored Feb 21, 2022
2 parents 1725edf + 3e619b5 commit a7ddf1f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tasks/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---
- name: Configure zookeeper zoo.cfg
template: src={{ solr_templates_dir }}/zoo.cfg.j2 dest={{ zookeeper_dir }}/conf/zoo.cfg owner=zookeeper group=zookeeper
tags: deploy
notify:
- Restart zookeeper

- name: SolrCloud | Give execution permission to zkcli script
file:

0 comments on commit a7ddf1f

Please sign in to comment.