Browse Source

disable ansible group name warning (#4852)

pull/4863/head
Aivars Sterns 5 years ago
committed by Kubernetes Prow Robot
parent
commit
aa63eb6196
1 changed files with 2 additions and 0 deletions
  1. 2
      ansible.cfg

2
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

Loading…
Cancel
Save