From 300c4ddb94932a617e779fdde95fabfe832aa9f1 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 17 Oct 2020 01:27:38 -0500 Subject: [PATCH] Add another test machine --- inventory/hosts.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inventory/hosts.yml b/inventory/hosts.yml index d2dd938..a312285 100644 --- a/inventory/hosts.yml +++ b/inventory/hosts.yml @@ -3,6 +3,10 @@ all: vars: ansible_user: ansible children: + db: + hosts: + db1.test.desu.ltd: + ansible_host: 192.168.122.156 web: hosts: web1.test.desu.ltd: