From 28eabc270e33dffd9a7042d35ab8fc689b42c38f Mon Sep 17 00:00:00 2001 From: Prox Date: Fri, 6 Mar 2026 17:30:39 +0200 Subject: [PATCH] updated inventory with proper key --- poc/ansible/inventory.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poc/ansible/inventory.yml b/poc/ansible/inventory.yml index 093f764..5b4ef27 100644 --- a/poc/ansible/inventory.yml +++ b/poc/ansible/inventory.yml @@ -5,5 +5,5 @@ all: hosts: netbird-poc-a: ansible_host: 46.225.220.61 - ansible_ssh_private_key_file: ~/.ssh/id_ed25519 + ansible_ssh_private_key_file: ~/.ssh/hetzner ansible_user: root