Fixing Ansible localhost connection

This commit is contained in:
madereddy
2023-12-14 14:14:45 -05:00
parent 606b041b7a
commit a80fba6b8b
+1 -3
View File
@@ -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