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
2012-08-11 18:13:29 -04:00
..
inventory Add support for ranged patterns like webservers[0-49] for hitting the first 50 webservers. 2012-08-11 13:49:18 -04:00
playbook fix indents 2012-08-11 12:20:16 -04:00
runner Default -u (user) and "user:" in playbooks to the current user. 2012-08-11 17:33:34 -04:00
__init__.py Release bump 2012-08-06 19:55:27 -04:00
callbacks.py fix indents 2012-08-11 12:20:16 -04:00
color.py rm stray comment 2012-07-25 20:31:57 -04:00
constants.py Default -u (user) and "user:" in playbooks to the current user. 2012-08-11 17:33:34 -04:00
errors.py Add 'polite' YAML syntax validation and hinting. Closes #798 2012-08-07 18:24:47 -04:00
module_common.py Add module common code to allow it to be easier to indicate whether arguments are mutually exclusive, required in conjunction, or whether one of a list of arguments is required. This simplifies writing Python modules. 2012-08-11 18:13:29 -04:00
utils.py use StringIO for output concatenation, minor other tweaks to previous commit 2012-08-11 11:59:14 -04:00