Skip to content

Commit 90dac43

Browse files
Observability
1 parent 1079433 commit 90dac43

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ansible_observability.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
set -e
3030
3131
# Sistem paketlerini kur
32-
apt-get update && apt-get install -y awscli jq ssh git python3-pip ansible
32+
apt-get update && apt-get install -y awscli jq ssh git python3-pip ansible curl
3333
3434
# SSH key oluştur ve izinleri ayarla
3535
mkdir -p ~/.ssh
3636
echo \"\$SSH_PRIVATE_KEY\" > ~/.ssh/trendyol-kafka-key.pem
3737
chmod 600 ~/.ssh/trendyol-kafka-key.pem
3838
39-
bash observability/deploy.sh
39+
export GRAFANA_ADMIN_PASSWORD=\"$GRAFANA_ADMIN_PASSWORD\" && bash observability/deploy.sh
4040
"

observability/inventory.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,4 @@ all:
9090
children:
9191
kafka_brokers:
9292
kafka_controllers:
93-
kafka_connect:
94-
93+
kafka_connect:

0 commit comments

Comments
 (0)