mirror of https://github.com/ansible/ansible.git
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.
66fb7fd9de
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 | |
---|---|---|
.. | ||
_static | 12 years ago | |
_themes/bootstrap | 12 years ago | |
man | 12 years ago | |
rst | 12 years ago | |
.gitignore | 12 years ago | |
.nojekyll | 12 years ago | |
DOCUMENTATION.yaml | 12 years ago | |
Makefile | 12 years ago | |
README.md | 12 years ago | |
ansible-logo.png | 12 years ago | |
ansible_arch.jpg | 12 years ago | |
ansible_arch2.jpg | 12 years ago | |
build-site.py | 12 years ago | |
conf.py | 12 years ago | |
github.png | 12 years ago |
README.md
Homepage and documentation source for the Ansible
This project hosts the source behind ansible.cc/docs
Contributions to the documentation are welcome. To make changes, submit a pull request that changes the restructured text files in the "rst/" directory only, and Michael can do a docs build and push the static files.
If you do not want to learn RST format (ReStructured Text), you can also file issues on the documentation project.
Note that module documentation can actually be generated from a DOCUMENTATION docstring in the modules directory, so corrections to modules written as much need to be made in the main project in the module source, rather than in the documentation for the module.
Author
Michael DeHaan -- michael.dehaan@gmail.com