community.general/lib/ansible
Petros Moisiadis c717934b7e Improved 'vars_prompt' syntax to support prompt text and (non-)private input
An example of the new syntax:

vars_prompt:
 - name: 'secret_variable_name"
   prompt: "Enter secret value: "
   private: "yes"
 - name: "nonsecret_variable_name"
   prompt: "Enter non-secret value: "
   private: "no"
2012-07-27 19:00:48 -04:00
..
inventory use AnsibleError so that if there is an error it does not print a traceback 2012-07-24 20:16:35 -04:00
playbook Improved 'vars_prompt' syntax to support prompt text and (non-)private input 2012-07-27 19:00:48 -04:00
runner Fix up chain invocations of template 2012-07-26 00:39:44 -04:00
__init__.py Release bump to start development on 0.6 2012-07-04 18:07:19 -04:00
callbacks.py Improved 'vars_prompt' syntax to support prompt text and (non-)private input 2012-07-27 19:00:48 -04:00
color.py rm stray comment 2012-07-25 20:31:57 -04:00
constants.py Misc code cleanup, mostly whitespace preferences, removing unused imports, plus a few fixes here and there. 2012-07-15 12:29:53 -04:00
errors.py Misc code cleanup, mostly whitespace preferences, removing unused imports, plus a few fixes here and there. 2012-07-15 12:29:53 -04:00
module_common.py Save the transfer of the module file for new style modules, because we can inject the arguments into the modules. 2012-07-23 19:18:45 -04:00
utils.py Move color coding bits to module, use over rest of playbook 2012-07-24 19:30:02 -04:00