From 752a9de6df110cf2c1ed09a096a2f6cec94dca9c Mon Sep 17 00:00:00 2001 From: citty Date: Sat, 16 Oct 2021 10:13:55 -0400 Subject: [PATCH] hosts --- hosts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 hosts diff --git a/hosts b/hosts new file mode 100644 index 0000000..7295f1a --- /dev/null +++ b/hosts @@ -0,0 +1,17 @@ +[forensics] +10.8.2.12 ansible_user=administrator + +[database] +10.8.2.3 ansible_user=administrator + +[workstations] +10.8.1.10 ansible_user=administrator +10.8.1.40 ansible_user=administrator + +[workstations:children] +web + +[web] +10.8.1.90 ansible_user=administrator + +