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
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
..
playbooks Make use of yes/no booleans in playbooks 12 years ago
scripts Fix uptime example in examples/scripts 12 years ago
DOCUMENTATION.yaml Add DOCUMENTATION for module documentation. 12 years ago
ansible.cfg move scp_if_ssh to the ssh connection category 12 years ago
hosts Small change to previous patch, make ranges of hosts inclusive. 12 years ago