From 843041f521dca2cc1f038d503ab2538156804683 Mon Sep 17 00:00:00 2001 From: L3D Date: Fri, 23 Feb 2024 19:44:54 +0100 Subject: [PATCH] Update hosts --- collections/ansible_collections/community/general | 2 +- host_vars/obs-hall2.yml | 2 +- hosts.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/collections/ansible_collections/community/general b/collections/ansible_collections/community/general index 551b0b9..49bd9cb 160000 --- a/collections/ansible_collections/community/general +++ b/collections/ansible_collections/community/general @@ -1 +1 @@ -Subproject commit 551b0b9eeae20d62e0aca55ad2a73b834a23471f +Subproject commit 49bd9cbd3c9f888244163cf2eddc1a5984e3503e diff --git a/host_vars/obs-hall2.yml b/host_vars/obs-hall2.yml index b8538ba..77ac1c5 100644 --- a/host_vars/obs-hall2.yml +++ b/host_vars/obs-hall2.yml @@ -1,2 +1,2 @@ --- -# ansible_user: 'voc' +ansible_user: 'voc' diff --git a/hosts.ini b/hosts.ini index 4077417..376eb00 100644 --- a/hosts.ini +++ b/hosts.ini @@ -1,4 +1,4 @@ [obs] obs-hall1 ansible_host="172.30.0.5" -obs-hall2 ansible_host="192.168.42.231" +obs-hall2 ansible_host="192.168.178.95" obs-hall3 ansible_host="172.30.0.3"