From 5ddef1e348f94b74f3e0798b8df1401d386a0789 Mon Sep 17 00:00:00 2001 From: ogrechko Date: Sun, 28 Dec 2025 10:04:56 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20ansible/inventory.ini?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/inventory.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/inventory.ini b/ansible/inventory.ini index c74813c..27a03c9 100644 --- a/ansible/inventory.ini +++ b/ansible/inventory.ini @@ -6,5 +6,5 @@ 10.33.33.203 node_name=worker-02 [all:vars] -ansible_user=root -k8s_version=1.32 \ No newline at end of file +ansible_user=ubuntu # ЗАМЕНИЛ root на ubuntu +ansible_ssh_private_key_file=/tmp/semaphore/keys/your_key_id # Semaphore положит ключ сюда \ No newline at end of file