1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/inventory
Brian Coca 9b67219096
Fine tune sanity (#53544)
* modify regex to use implicit charsets this should solve issues in py3 and unicode names
* fix issue with subgroups in yaml inventory
* clarify deprecation message
* separated per name warning from deprecation
* move noise to verbosity, simplify warnings
* fix docs to reflect actual 'good' practice
* change toggle to choice list to give users more options
2019-03-11 15:12:14 -04:00
..
__init__.py Transition inventory into plugins (#23001) 2017-05-23 17:16:49 -04:00
data.py Add toggle to control invalid character substitution in group names (#52748) 2019-03-06 11:49:40 -05:00
group.py Fine tune sanity (#53544) 2019-03-11 15:12:14 -04:00
helpers.py add docstring for ansible.inventory.helpers.get_group_vars 2018-09-14 16:02:45 -04:00
host.py Reduce recursion within group methods 2018-04-05 18:38:44 -04:00
manager.py Fix inventory cache interface (#50446) 2019-03-06 12:12:35 -06:00