Commit graph

28 commits

Author SHA1 Message Date
Brian Coca 173f27531c moar docs
added docs for new v2 features
restructures modules bar and core/extras info into their own pages
changed templates to refer to the new pages
added some missing ansible.cfg options
more info on gathering setting
2015-07-17 22:53:11 -04:00
Toshio Kuratomi cc7385d8f7 Add the playbook filters to a toctree 2015-03-06 21:02:40 -08:00
Michael DeHaan 99daaa5bb5 Re-add the playbook introduction which was replaced earlier. 2013-12-24 18:51:46 -05:00
Michael DeHaan 5b5556020f Reorg of the documentation tree such that the sidebar will be more correct. Some work yet to do on module docs. 2013-12-24 17:51:16 -05:00
Michael DeHaan 041cea134f New Sphinx theme has sidebar navigation so don't need TOC on each page. 2013-12-24 17:29:28 -05:00
Michael Scherer f290c2aec0 fix various typos in the documentation 2013-11-17 00:26:06 +01:00
James Tanner 66d68b30f2 Revert "Fixes #4092 Add documentation for yaml format of tasks and all keywords"
This reverts commit 3e351b4727.
2013-11-08 10:31:28 -05:00
James Tanner 3e351b4727 Fixes #4092 Add documentation for yaml format of tasks and all keywords 2013-11-07 01:43:55 -05:00
James Tanner 6b60267898 Document per task remote_user, based on #3932 2013-10-15 09:40:37 -04:00
Michael DeHaan 0cd09dd54f Remove extra "latest/" subdirectory in docs build structure. 2013-10-14 08:27:30 -04:00
Michael DeHaan 26819d707d Reorganize docs structure to support snapshots. 2013-04-12 17:50:50 -04:00
Michael DeHaan 148d8859ba Docs on parameterized roles, make document generation output less noisy 2013-04-12 17:45:27 -04:00
Michael DeHaan f9890c9973 Show other way to ignore command/shell errors 2013-03-29 21:38:33 -04:00
raphinou ba2582fff6 replaced && by ||
In the example, you want /bin/true to be executed if the first command has an error return code. Combining command with && will run the second only if the first is successful. Combining them with ||, the second will be run only of the first fails, what is wanted here.
2013-03-27 14:37:31 +01:00
Michael DeHaan 518007a1ba Fix version added attribute, update docs URL 2013-03-25 10:56:32 -04:00
michael@ansibleworks.com e086d6fd89 Doc updates 2013-03-24 16:41:20 -04:00
Tim Gerla 242f988daf Add links to the ansible-examples repository 2013-03-20 09:45:41 -07:00
Jim Kleckner 92844d3dcd Minor spelling fixes 2013-03-06 10:41:19 -08:00
Michael DeHaan 3aceae57af Fixup documentation formatting 2013-02-25 09:35:05 -05:00
Michael DeHaan 3422ae6737 Document how to do task includes using with_items and externalized data. 2013-02-23 14:56:25 -05:00
Michael DeHaan d8a77c0468 Add some 1.1 feature documentation 2013-02-23 14:34:29 -05:00
Daniel Hokka Zakrisson 073fb21bcb Document that task includes are now infinite depth 2013-01-09 13:41:14 +01:00
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
Serge van Ginderachter d04bd04f80 typo in handlers example yaml 2012-10-18 14:35:35 +02:00
Nigel Metheringham a457d24b97 Added comment about long lines in playbooks
I had trouble finding this information, so though it was worth
adding to docs... but am not sure its easy to find for someone
specifically to find.  At least I think this inclusion matches the
tone of document, but maybe this info should go into a FAQ
instead/as-well?
2012-10-17 15:31:33 +01:00
Michael DeHaan 0677891fc6 More docs 2012-10-16 19:09:15 -04:00
Philipp Grau 9b15b5d592 Use && for executing next command if, and only if, command1 returns an exit status of zero. 2012-10-15 16:56:55 +02:00
Michael DeHaan d6e4b1bf5b Subtree merge of ansible-docs 2012-10-08 07:44:38 -04:00