From aa63eb6196aaf2647ecdb3755ae39637e37a07da Mon Sep 17 00:00:00 2001 From: Aivars Sterns Date: Mon, 10 Jun 2019 13:29:09 +0300 Subject: [PATCH] disable ansible group name warning (#4852) --- ansible.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible.cfg b/ansible.cfg index bed2c4ae7..62d3b5c70 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -4,6 +4,8 @@ ssh_args = -o ControlMaster=auto -o ControlPersist=30m -o ConnectionAttempts=100 #control_path = ~/.ssh/ansible-%%r@%%h:%%p [defaults] strategy_plugins = plugins/mitogen/ansible_mitogen/plugins/strategy +# https://github.com/ansible/ansible/issues/56930 (to ignore group names with - and .) +force_valid_group_names = ignore host_key_checking=False gathering = smart