From d7eae13f83a46c1e4d4f5cc8d38f76b62a40e5dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Z=C3=A1le=C5=A1=C3=A1k?= Date: Sat, 2 Nov 2024 03:39:14 +0100 Subject: [PATCH] =?UTF-8?q?Upr=C3=A1va=20ansible=20configu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index b1dab48..ee3849b 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,5 +1,5 @@ [defaults] -# inventory = inventory.yml +inventory = inventory.yml roles_path = ../roles remote_user = root ansible_ssh_private_key_file = ~/.ssh/id_rsa