From 4a0daa9b8c3e4914b3562dabb5a15c4624a82eb8 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Sat, 25 Jul 2026 08:34:53 +0100 Subject: adds ansible/inventory.yml --- ansible/inventory.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ansible/inventory.yml diff --git a/ansible/inventory.yml b/ansible/inventory.yml new file mode 100644 index 0000000..9058c72 --- /dev/null +++ b/ansible/inventory.yml @@ -0,0 +1,8 @@ +ungrouped: + hosts: + pi-broughton: + ansible_host: 192.168.178.91 + ansible_ssh_user: broughton + blade-canongate: + ansible_host: 192.168.178.75 + ansible_ssh_user: canongate -- cgit v1.2.3