From 4a17179306511373a8ccdc847aa00e13d45cd645 Mon Sep 17 00:00:00 2001 From: madereddy <49539048+madereddy@users.noreply.github.com> Date: Mon, 11 Dec 2023 14:18:19 -0500 Subject: [PATCH] Updated Inventory --- inventory.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/inventory.yml b/inventory.yml index 9369c0a..df58b8b 100644 --- a/inventory.yml +++ b/inventory.yml @@ -1,5 +1,5 @@ all: - machines: + children: BareMetal: hosts: host1: @@ -10,14 +10,14 @@ all: # ansible_host: # ansible_user: # ansible_ssh_private_key_file: ~/.ssh/ - Docker: - hosts: - host1: - ansible_host: 192.168.1.79 - ansible_user: jeet - ansible_ssh_private_key_file: ~/.ssh/id_ed25519 - compose_file_paths: - - /path/to/docker-compose.yml +# Docker: +# hosts: +# host1: +# ansible_host: 192.168.1.79 +# ansible_user: jeet +# ansible_ssh_private_key_file: ~/.ssh/id_ed25519 +# compose_file_paths: +# - /path/to/docker-compose.yml # host2: # ansible_host: # ansible_user: