sleighzy / ansible-kafka

Ansible role for installing and configuring Apache Kafka on RedHat and Debian platforms.
MIT License
116 stars 79 forks source link

Debian support, added switch for control over restarts #7

Closed fidanf closed 3 years ago

fidanf commented 3 years ago

Greetings,

This follows https://github.com/sleighzy/ansible-zookeeper/pull/13 In this repository, I had the same need for a switch variable to prevent the cluster from starting/restarting upon changes/first-install. Since I went for Kafka 2.4.0 first (currently 2.7.0), I've added a variable to help switch from the current repository to archive.

Thanks for your review!