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