From 358bc0394eda7e3d9318d0d3cfcffc4238e4733d Mon Sep 17 00:00:00 2001 From: Jon Date: Mon, 30 Jun 2025 08:23:46 +0930 Subject: [PATCH] feat(inventory): Add inventory for container image ref: #2 #1 --- includes/home/eda/hosts.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 includes/home/eda/hosts.yaml diff --git a/includes/home/eda/hosts.yaml b/includes/home/eda/hosts.yaml new file mode 100644 index 0000000..074cf18 --- /dev/null +++ b/includes/home/eda/hosts.yaml @@ -0,0 +1,6 @@ +--- +all: + hosts: + localhost: + vars: + ansible_connection: local