From 09fbf482f3e32e2afa5a8a15ce4e00facf820391 Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Wed, 20 Dec 2023 22:19:39 -0800 Subject: [PATCH] Add standard inventory --- .gitmodules | 3 +++ inventory | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 inventory diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..1dd398e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "inventory"] + path = inventory + url = https://git.thejimnicholson.com/homelab/ansible-inventory.git diff --git a/inventory b/inventory new file mode 160000 index 0000000..0c5e28f --- /dev/null +++ b/inventory @@ -0,0 +1 @@ +Subproject commit 0c5e28fc17e21693a69f8096050d2498f8e8ef9a