commit 3cf26e21726c969e6c0bcea066bff75aa3a4fbc1 Author: shmick Date: Tue Nov 21 22:28:57 2023 +0200 Initial Commit - split Ansible to different repo 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