From a80fba6b8bb6a7655a5fd51fa8db5b93ec9eb7bf Mon Sep 17 00:00:00 2001 From: madereddy <49539048+madereddy@users.noreply.github.com> Date: Thu, 14 Dec 2023 14:14:45 -0500 Subject: [PATCH] Fixing Ansible localhost connection --- inventory.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/inventory.yml b/inventory.yml index 0016c69..d5b5aec 100644 --- a/inventory.yml +++ b/inventory.yml @@ -27,9 +27,7 @@ all: Prod: hosts: Ansible: - ansible_host: localhost - ansible_user: jeet - ansible_ssh_private_key_file: ~/.ssh/id_ed25519 + ansible_connection: local OCI-Uptime-Kuma: ansible_host: oracle.madereddy.com ansible_user: ubuntu