Skip to content

Commit

Permalink
Create zoo.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
nomadicoder committed Feb 21, 2022
1 parent 1725edf commit 3e619b5
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:
Expand Down

0 comments on commit 3e619b5

Please sign in to comment.