From b837d1af24552836cf85a17013ca7b210e1b727c Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 11 Aug 2025 00:32:00 +0200 Subject: Add ansible inventory --- inventory/hosts.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 inventory/hosts.yml (limited to 'inventory') diff --git a/inventory/hosts.yml b/inventory/hosts.yml new file mode 100644 index 00000000..5a7d536a --- /dev/null +++ b/inventory/hosts.yml @@ -0,0 +1,8 @@ +--- +homelab: + vars: + ansible_connection: ssh + hosts: + archlinux.local: + ubuntu.local: + rpi5.local: -- cgit v1.2.3