From 0fc28e81021b8c712b9e926d7b8d12aacc74090c Mon Sep 17 00:00:00 2001 From: Windneiro Date: Tue, 31 Mar 2026 14:51:16 +0500 Subject: [PATCH] Fix runner home and ssh port --- ansible/inventory.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/inventory.ini b/ansible/inventory.ini index 24e8c05..f0b88de 100644 --- a/ansible/inventory.ini +++ b/ansible/inventory.ini @@ -5,4 +5,4 @@ GUFK_ISERVER ansible_host=192.168.1.2 ansible_port=2222 ansible_user=admin ansible_connection=ssh ansible_shell_type=cmd -ansible_ssh_private_key_file=/tmp/.ssh/id_ed25519 \ No newline at end of file +ansible_ssh_private_key_file=/root/.ssh/id_ed25519 \ No newline at end of file