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 --- site.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 site.yml (limited to 'site.yml') diff --git a/site.yml b/site.yml new file mode 100644 index 00000000..82c3b99a --- /dev/null +++ b/site.yml @@ -0,0 +1,6 @@ +--- +- name: Distro bootstrap configure + gather_facts: true + hosts: + - homelab + - chroot -- cgit v1.2.3