From d16dcc2a6955c8af8c99ee4dacee89bca7c3384c Mon Sep 17 00:00:00 2001 From: Expand-sys <79956551+Expand-sys@users.noreply.github.com> Date: Wed, 13 Sep 2023 16:30:49 +1000 Subject: [PATCH] Update inventory --- inventory | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory b/inventory index 032a79a..36b4b4b 100644 --- a/inventory +++ b/inventory @@ -1,8 +1,8 @@ hostnode: hosts: - t2.dubois.localhost: + t2.localhost: vars: ansible_ssh_user=root ansible_ssh_common_args='-o StrictHostKeyChecking=no' ANSIBLE_HOST_KEY_CHECKING=False clients: hosts: - t2.dubois.localhost: + t2.localhost: vars: ansible_ssh_user=root ansible_ssh_common_args='-o StrictHostKeyChecking=no' ANSIBLE_HOST_KEY_CHECKING=False