ignore ansible.cfg in world writable cwd (#42070)

* ignore ansible.cfg in world writable cwd
 * also added 'warnings' to config
 * updated man page template
This commit is contained in:
Brian Coca
2018-06-29 19:46:10 -04:00
committed by Toshio Kuratomi
parent de0e11c0d5
commit b6f2aad600
5 changed files with 38 additions and 10 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- '**Security Fix** - avoid using ansible.cfg in a world readable dir.'