Skip to content

Commit ac6a99f

Browse files
ansible vers
1 parent ecbc383 commit ac6a99f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ansible_kafka_cluster.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
-e AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_ID }} \
2424
-e AWS_SECRET_ACCESS_KEY=${{ secrets.AWS_SECRET_ACCESS_KEY }} \
2525
-e SSH_PRIVATE_KEY="${{ secrets.EC2 }}" \
26+
-e ANSIBLE_CONFIG=ansible_kafka_cluster/ansible.cfg \
2627
-e ADMIN_PASSWORD="${{ secrets.ADMIN_PASSWORD }}" \
2728
python:3.11-slim bash -c "
2829
set -e

ansible_kafka_cluster/inventory.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ all:
4343
vars:
4444
ansible_user: ubuntu
4545
ansible_ssh_private_key_file: ~/.ssh/trendyol-kafka-key.pem
46-
ansible_ssh_common_args: '-o StrictHostKeyChecking=no'
46+
ansible_ssh_common_args: '-o StrictHostKeyChecking=no'
47+

0 commit comments

Comments
 (0)