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/playbooks
Dag Wieers 66fb7fd9de Make use of yes/no booleans in playbooks
At the moment Ansible prefers yes/no for module booleans, however booleans in playbooks are still using True/False, rather than yes/no. This changes modifies boolean uses in playbooks (and man pages) to favor yes/no rather than True/False.

This change includes:

- Adaptation of documentation and examples to favor yes/no
- Modification to manpage output to favor yes/no (the docsite output already favors yes/no)
12 years ago
..
filter_plugins Support custom jinja2 filters. 12 years ago
handlers
tasks Update some examples to explain why notify is not used 12 years ago
templates Support custom jinja2 filters. 12 years ago
vars
ansible_pull.yml Fix a test and a typo in an example 12 years ago
batch_size_control.yml Add examples of the 'serial' and 'delegate_to' keywords to examples/playbooks. 12 years ago
conditionals_part1.yml whitespace 12 years ago
conditionals_part2.yml Add note about when you still have to use only_if 12 years ago
conditionals_part3.yml Added 'when' as a shortcut around only_if. 12 years ago
custom_filters.yml Support custom jinja2 filters. 12 years ago
delegation.yml add note about 'local_action' 12 years ago
file_secontext.yml
get_url.yml
group_by.yml Simplify the group_by example a small bit 12 years ago
group_commands.yml Make use of yes/no booleans in playbooks 12 years ago
intermediate_example.yml Update some examples to explain why notify is not used 12 years ago
intro_example.yml Make use of yes/no booleans in playbooks 12 years ago
loop_plugins.yml Make use of yes/no booleans in playbooks 12 years ago
loop_with_items.yml
mysql.yml Update the example playbook for the new MySQL parameter format 12 years ago
nested_playbooks.yml update playbook example 12 years ago
postgresql.yml Make use of yes/no booleans in playbooks 12 years ago
prompts.yml Make use of yes/no booleans in playbooks 12 years ago
register_logic.yml Make use of yes/no booleans in playbooks 12 years ago
selective_file_sources.yml whitespace 12 years ago
tags.yml whitespace 12 years ago
user_commands.yml