From d22f5ea4d1fc88cb84e53a34ba5b53c899fd7938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B3=80=EC=A0=95=ED=9B=88?= Date: Wed, 12 Jul 2023 10:15:19 +0900 Subject: [PATCH] ansible.cfg Update --- ansible.cfg | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 5aeb953..b03ba26 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,6 +1,7 @@ [defaults] -inventory = inventory -roles_path = roles +inventory = inventory +roles_path = roles deprecation_warnings = False display_skipped_hosts = no -ansible_home = . +ansible_home = . +gather_subset =! hardware