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)
2012-12-14 11:56:53 +01:00
..
filter_plugins Support custom jinja2 filters. 2012-11-05 15:11:34 +01:00
handlers
tasks Update some examples to explain why notify is not used 2012-10-12 18:12:22 -04:00
templates Support custom jinja2 filters. 2012-11-05 15:11:34 +01:00
vars
ansible_pull.yml Fix a test and a typo in an example 2012-09-18 21:10:07 -04:00
batch_size_control.yml Add examples of the 'serial' and 'delegate_to' keywords to examples/playbooks. 2012-08-18 10:11:17 -04:00
conditionals_part1.yml whitespace 2012-08-06 20:00:31 -04:00
conditionals_part2.yml Add note about when you still have to use only_if 2012-10-27 18:22:16 -04:00
conditionals_part3.yml Added 'when' as a shortcut around only_if. 2012-10-27 17:55:35 -04:00
custom_filters.yml Support custom jinja2 filters. 2012-11-05 15:11:34 +01:00
delegation.yml add note about 'local_action' 2012-08-20 18:26:22 -04:00
file_secontext.yml
get_url.yml
group_by.yml Simplify the group_by example a small bit 2012-10-30 20:00:21 -04:00
group_commands.yml Make use of yes/no booleans in playbooks 2012-12-14 11:56:53 +01:00
intermediate_example.yml Update some examples to explain why notify is not used 2012-10-12 18:12:22 -04:00
intro_example.yml Make use of yes/no booleans in playbooks 2012-12-14 11:56:53 +01:00
loop_plugins.yml Make use of yes/no booleans in playbooks 2012-12-14 11:56:53 +01:00
loop_with_items.yml
mysql.yml Update the example playbook for the new MySQL parameter format 2012-08-28 17:51:12 -05:00
nested_playbooks.yml update playbook example 2012-08-28 20:27:17 -04:00
postgresql.yml Make use of yes/no booleans in playbooks 2012-12-14 11:56:53 +01:00
prompts.yml Make use of yes/no booleans in playbooks 2012-12-14 11:56:53 +01:00
register_logic.yml Make use of yes/no booleans in playbooks 2012-12-14 11:56:53 +01:00
selective_file_sources.yml whitespace 2012-08-06 20:00:31 -04:00
tags.yml whitespace 2012-08-06 20:00:31 -04:00
user_commands.yml