From 15c6dcd43d1b1a03a7e89156de4dc2c049bf19f9 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 3 Apr 2026 08:14:45 +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=5Frazvert.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible_razvert.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible_razvert.sh b/ansible_razvert.sh index 6d51638..1197ef8 100644 --- a/ansible_razvert.sh +++ b/ansible_razvert.sh @@ -18,8 +18,8 @@ echo "private_key_file = /root/.ssh/id_rsa" >> ansible.cfg echo "all:" > inventories/production/hosts echo " vars:" >> inventories/production/hosts -echo " ansible_user: user" >> inventories/production/hosts -echo " ansible_ssh_private_key_file: /home/user/.ssh/id_rsa" >> inventories/production/hosts +echo " ansible_user: root" >> inventories/production/hosts +echo " ansible_ssh_private_key_file: /root/.ssh/id_rsa" >> inventories/production/hosts echo " ansible_ssh_common_args: '-o StrictHostKeyChecking=no'" >> inventories/production/hosts echo " children:" >> inventories/production/hosts echo " proxy:" >> inventories/production/hosts