1
1
# Apache Kafka Ansible
2
2
3
- It is group of playbooks to manage apache kafka. It is also 100% compliant with ansible-lint rules.
3
+ It is group of playbooks to manage apache kafka in paysafe group . It is also 100% compliant with ansible-lint rules.
4
4
5
5
## ** Requirements**
6
6
* Download Apache Kafka Tar on Ansible Server ( Mandatory )
7
7
* vagrant (optional)
8
8
* Any OS with SystemD
9
- * ansible
9
+ * Ansible
10
10
11
11
## ** Notes***
12
12
```
@@ -21,6 +21,8 @@ https://github.com/116davinder/zookeeper-cluster-ansible
21
21
22
22
# ** Production Environment Setup**
23
23
24
+ ## Apache Kafka Playbooks
25
+
24
26
### ** To start new cluster**
25
27
* Update Required vars in ``` inventory/<environment>/group_vars/all.yml ``` .
26
28
* Update Required vars in ``` inventory/<environment>/cluster.ini ``` .
@@ -79,13 +81,32 @@ https://github.com/116davinder/zookeeper-cluster-ansible
79
81
80
82
``` ansible-playbook -i inventory/<environment>/cluster.ini clusterRemoveNodes.yml ```
81
83
84
+ ## Apache Kafka Mirror Maker Playbooks
85
+
86
+ ### ** To start new cluster**
87
+ * Update Required vars in ``` inventory/<environment>/group_vars/kafka-mirror-maker.yml ``` .
88
+ * Update Required vars in ``` inventory/<environment>/mirror-maker.ini ``` .
89
+
90
+ ``` ansible-playbook -i inventory/<environment>/mirror-maker.ini clusterKafkaMirrorMaker.yml ```
91
+
92
+ ### ** To Remove nodes from cluster**
93
+ * Update Required vars in ``` inventory/<environment>/group_vars/kafka-mirror-maker.yml ``` .
94
+ * Update Required vars in ``` inventory/<environment>/mirror-maker.ini ``` .
95
+
96
+ ``` ansible-playbook -i inventory/<environment>/mirror-maker.ini clusterKafkaMirrorMakerRemoveNodes.yml ```
97
+
98
+ ### ** Rolling restart cluster**
99
+
100
+ ``` ansible-playbook -i inventory/<environment>/mirror-maker.ini clusterKafkaMirrorMakerRollingRestart.yml ```
101
+
102
+
82
103
### ** Tested OS**
83
104
* CentOS 7
84
105
* RedHat 7
85
106
86
107
### ** Tested Ansible Version**
87
108
```
88
- ansible 2.7.10
109
+ ansible 2.8.1
89
110
config file = None
90
111
configured module search path = ['/home/davinderpal/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
91
112
ansible python module location = /usr/local/lib/python3.6/dist-packages/ansible
0 commit comments