From 2d079918d43d9041df347f90d3bb11aea9d5510e Mon Sep 17 00:00:00 2001 From: madereddy <49539048+madereddy@users.noreply.github.com> Date: Thu, 14 Dec 2023 13:27:39 -0500 Subject: [PATCH] Update Inventory --- inventory.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/inventory.yml b/inventory.yml index c1458cf..a016867 100644 --- a/inventory.yml +++ b/inventory.yml @@ -13,6 +13,20 @@ all: Docker: hosts: test-host: + ansible_host: 192.168.1.218 + ansible_user: jeet + ansible_ssh_private_key_file: ~/.ssh/id_ed25519 +# host2: +# ansible_host: +# ansible_user: +# ansible_ssh_private_key_file: ~/.ssh/ +# compose_file_paths: +# - /path/to/docker-compose.yml +# - /path/to/docker-compose.yml +# - /path/to/docker-compose.yml + Prod: + hosts: + OCI-Uptime-Kuma: ansible_host: oracle.madereddy.com ansible_user: ubuntu ansible_ssh_private_key_file: ~/.ssh/id_ed25519 @@ -23,4 +37,4 @@ all: # compose_file_paths: # - /path/to/docker-compose.yml # - /path/to/docker-compose.yml -# - /path/to/docker-compose.yml +# - /path/to/docker-compose.yml \ No newline at end of file