From 950e9315984538099eb69a82b80d59186dff9a40 Mon Sep 17 00:00:00 2001 From: Vitaliy Kukharik Date: Wed, 4 Oct 2023 16:09:49 +0300 Subject: [PATCH] Update ansible.cfg --- ansible.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index d110bba5b..156a521b5 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -6,6 +6,7 @@ host_key_checking = False timeout = 60 deprecation_warnings = False display_skipped_hosts = False +localhost_warning = False [ssh_connection] pipelining = True @@ -15,4 +16,5 @@ retries = 3 connect_timeout = 60 command_timeout = 30 -#https://github.com/ansible/ansible/blob/stable-2.9/examples/ansible.cfg +# https://github.com/ansible/ansible/blob/stable-2.11/examples/ansible.cfg +# https://docs.ansible.com/ansible/latest/reference_appendices/config.html