Skip to content

Commit 31c6514

Browse files
kafka connect
1 parent d9e4c1c commit 31c6514

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

kafka_connect/ansible_kafka_connect.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,6 @@
88
kafka_connect_dir: /home/ubuntu/kafka_connect
99

1010
tasks:
11-
- name: Load environment variables from .env file
12-
include_vars:
13-
file: "{{ playbook_dir }}/.env"
14-
name: env_vars
15-
delegate_to: localhost
16-
become: no
17-
run_once: true
18-
19-
- name: Display loaded configuration
20-
debug:
21-
msg:
22-
- "Kafka Bootstrap Servers: {{ env_vars.KAFKA_BOOTSTRAP_SERVERS }}"
23-
- "Kafka Security Protocol: {{ env_vars.KAFKA_SECURITY_PROTOCOL }}"
24-
- "Kafka SASL Username: {{ env_vars.KAFKA_SASL_USERNAME }}"
25-
run_once: true
26-
2711
- name: Install required system packages
2812
apt:
2913
name:
@@ -168,7 +152,6 @@
168152
- "✅ Kafka Connect Deployment Complete!"
169153
- "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
170154
- "Server: {{ ansible_host }}"
171-
- "Kafka Brokers: {{ env_vars.KAFKA_BOOTSTRAP_SERVERS }}"
172155
- "Connect API: http://{{ ansible_host }}:8083"
173156
- "JMX Metrics: http://{{ ansible_host }}:9404/metrics"
174157
- ""

0 commit comments

Comments
 (0)