From 26abd5af8194995e5486f944fa6f6ed366918a56 Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 3 Sep 2022 02:36:26 +1200 Subject: [PATCH] update inventory --- ansible/inventory/inventory.yaml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/ansible/inventory/inventory.yaml b/ansible/inventory/inventory.yaml index 86cb283..a3dde43 100644 --- a/ansible/inventory/inventory.yaml +++ b/ansible/inventory/inventory.yaml @@ -22,10 +22,13 @@ all: router: ansible_host: router.balsillie.net workstations: - hosts: - lat5420: - ansible_host: lat5420.balsillie.net - sff: - ansible_host: sff.balsillie.net - bridie: - ansible_host: bridie.balsillie.net \ No newline at end of file + children: + arch: + hosts: + lat5420: + ansible_host: lat5420.balsillie.net + sff: + ansible_host: sff.balsillie.net + windows: + bridie: + ansible_host: bridie.balsillie.net \ No newline at end of file