forked from domenicbove/cp-ansible
-
Notifications
You must be signed in to change notification settings - Fork 1
/
all.yml
46 lines (46 loc) · 881 Bytes
/
all.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
- hosts: preflight
tasks:
- import_role:
name: confluent.preflight
tags:
- pre-install
- hosts: ssl_CA
tasks:
- import_role:
name: confluent.ssl_CA
tags:
- pre-install
- hosts: zookeeper
tasks:
- import_role:
name: confluent.zookeeper
- hosts: broker
tasks:
- import_role:
name: confluent.kafka-broker
- hosts: schema-registry
tasks:
- import_role:
name: confluent.schema-registry
- hosts: connect-distributed
tasks:
- import_role:
name: confluent.connect-distributed
- hosts: ksql
tasks:
- import_role:
name: confluent.ksql
- hosts: control-center
tasks:
- import_role:
name: confluent.control-center
- hosts: kafka-rest
tasks:
- import_role:
name: confluent.kafka-rest
- hosts: tools
tasks:
- import_role:
name: confluent.tools
tags:
- post-install