From b44651bff7ead498fa506e392d064b91244f416c Mon Sep 17 00:00:00 2001 From: ullli Date: Mon, 20 Dec 2021 17:26:45 +0100 Subject: [PATCH] settings hostfile and retry-files in ansible.cfg --- ansible.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible.cfg b/ansible.cfg index e69de29..dc2ba14 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -0,0 +1,4 @@ +[defaults] +inventory = $HOME/client-mgt/hosts +retry_files_enabled = True +retry_files_save_path = retry-files -- 2.39.5