From d1bf628691c8101324ecf3773fca3a0584260975 Mon Sep 17 00:00:00 2001 From: Kevin Thompson Date: Thu, 7 Aug 2025 20:46:57 -0500 Subject: [PATCH] Let's start with a minimal inventory and work our way out.. --- inventory/linode_minimal.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 inventory/linode_minimal.yaml diff --git a/inventory/linode_minimal.yaml b/inventory/linode_minimal.yaml new file mode 100644 index 0000000..fc7ce22 --- /dev/null +++ b/inventory/linode_minimal.yaml @@ -0,0 +1,7 @@ +--- +plugin: community.general.linode +api_token: "{{ lookup('env', 'LINODE_API_TOKEN') }}" + +compose: + ansible_host: ipv4[0] + ansible_user: phlux