From 90e925784ee1eb837ce4368391a37b8782cd5b68 Mon Sep 17 00:00:00 2001 From: baschno Date: Wed, 21 May 2025 20:32:56 +0200 Subject: [PATCH] initial ansible setup --- hosts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hosts diff --git a/hosts b/hosts new file mode 100644 index 0000000..151b617 --- /dev/null +++ b/hosts @@ -0,0 +1,2 @@ +[dockerhosts] +docker-host-02.fritz.box ansible_ssh_private_key_file=~/.ssh/id_rsa_pve82-clients \ No newline at end of file