From 9c771dee28028fb1f0455504af5ed0bc5b97bfd0 Mon Sep 17 00:00:00 2001 From: Guillem Hernandez Sola Date: Wed, 19 Nov 2025 13:47:26 +0100 Subject: [PATCH] Added hosts-yaml 4 --- misc/hosts-yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/misc/hosts-yaml b/misc/hosts-yaml index 3cdde42..9c2740f 100644 --- a/misc/hosts-yaml +++ b/misc/hosts-yaml @@ -21,4 +21,9 @@ webserver: ansible_host: 192.168.11.40 ansible_connection: ssh ansible_user: vagrant + ansible_ssh_password: vagrant + ws_02: + ansible_host: 192.168.11.50 + ansible_connection: ssh + ansible_user: vagrant ansible_ssh_password: vagrant \ No newline at end of file