From 3cf26e21726c969e6c0bcea066bff75aa3a4fbc1 Mon Sep 17 00:00:00 2001 From: shmick Date: Tue, 21 Nov 2023 22:28:57 +0200 Subject: [PATCH] Initial Commit - split Ansible to different repo --- inventory.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 inventory.yaml diff --git a/inventory.yaml b/inventory.yaml new file mode 100644 index 0000000..db5f513 --- /dev/null +++ b/inventory.yaml @@ -0,0 +1,5 @@ +all: + hosts: + takahe: + ansible_host: 192.168.0.66 + ansible_user: shmick