You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/examples
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"
12 years ago
..
playbooks Improved 'vars_prompt' syntax to support prompt text and (non-)private input 12 years ago
scripts Script to migrate YAML users to the INI format, so we can deprecate YAML inventory (which we are now doing). 12 years ago
hosts Small change to previous patch, make ranges of hosts inclusive. 12 years ago