From 45ce4a7e766ecd78d50fc597fda687fc4959490c Mon Sep 17 00:00:00 2001 From: Vasiliy Motchenko Date: Thu, 16 Nov 2023 12:12:11 +0300 Subject: [PATCH] Homework 8.fix --- ansible/inventory.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ansible/inventory.yml diff --git a/ansible/inventory.yml b/ansible/inventory.yml new file mode 100644 index 0000000..ca6ec9b --- /dev/null +++ b/ansible/inventory.yml @@ -0,0 +1,10 @@ +all: + children: + app: + hosts: + appserver: + ansible_host: 158.160.113.80 + db: + hosts: + dbserver: + ansible_host: 158.160.107.13