From 894e2b5a91e4fe2149ee6b7552cb8f962614d81a Mon Sep 17 00:00:00 2001 From: Sergey Antropoff Date: Mon, 17 Mar 2025 21:26:11 +0300 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=20=D1=84=D0=B8=D0=BA?= =?UTF-8?q?=D1=81=D0=B0=20=D0=BF=D1=83=D1=82=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 1e23d45..314d20b 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,8 +1,8 @@ [defaults] -inventory = /ansible/inventory/hosts -vault_password_file = /ansible/vault_password.txt +inventory = inventory/hosts +vault_password_file = vault_password.txt remote_user = devops host_key_checking = False enable_plugins = yaml, ini -roles_path = /ansible/roles +roles_path = roles/ interpreter_python = auto \ No newline at end of file