提交各组件部署Ansible剧本初版

This commit is contained in:
qidaijie
2024-01-18 15:35:33 +08:00
parent f0bd05d565
commit 0cc392df5c
262 changed files with 15927 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
version: '3.3'
services:
kafka-exporter:
image: kafka_exporter:v2.0
container_name: kafka_exporter
ports:
- 9982:9308
restart: always
command:
- --kafka.server={{ inventory_hostname }}:9094
- --sasl.username=admin
- --sasl.password=galaxy2019
- --sasl.mechanism=plain
- --sasl.enabled
networks:
olap:
ipv4_address: 172.20.88.7
networks:
olap:
external: true