From 8f29741a3866fbe8ccac84492f760f74956dc198 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 31 Jan 2021 15:53:13 -0600 Subject: [PATCH] Hide all the annoying warnings for every hostname iteration. --- ansible.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible.cfg b/ansible.cfg index 29ab9df..aece4b1 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,4 +1,6 @@ [defaults] inventory = hosts + +[inventory] localhost_warning = false host_pattern_mismatch = ignore \ No newline at end of file