ansible.cfg: Disable stupid group name warning

For some reason, Ansible developers felt like it was important that
users name their host groups according to Python identifier naming
conventions.  This prevents, among other things, hyphens from being used
in group names.  Luckily, this ridiculous behavior is configurable.
jenkins-master
Dustin 2019-09-19 19:24:10 -05:00
parent c57de29054
commit 02653f7e7c
1 changed files with 2 additions and 0 deletions

View File

@ -7,4 +7,6 @@ gathering = smart
fact_caching = jsonfile
fact_caching_connection = .fact-cache
force_valid_group_names = ignore
remote_tmp = /var/tmp