Skip to content
Snippets Groups Projects
Commit aa63eb61 authored by Aivars Sterns's avatar Aivars Sterns Committed by Kubernetes Prow Robot
Browse files

disable ansible group name warning (#4852)

parent 23aa3e46
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment