Commit Graph

125 Commits (ef17fc9f2089048042494514fdfc15f608c3f79d)

Author SHA1 Message Date
Michael DeHaan c000bd846b Hate to do this, but URI module docs were constructing messed up RST files, so removing examples for now. Will ask someone to work on them.
Michael DeHaan ae2d7eb7af Rough cut at adding a glossary section. This could definitely use some improvements, proof reading, and lots of cross linking.
Michael DeHaan a6653a8723 Clean up the installation section and mention pip.
Michael DeHaan 4d880ec69a Updating links to useful articles
Michael DeHaan 02db951708 Update releases link on getting started page.
Michael DeHaan 8333b4eb03 Better explain magic variables
Michael DeHaan 408deab4e0 Slight doc tweak
Michael DeHaan 32f682946f Add video link to docsite
Michael DeHaan c79f8cc316 add user to who uses page
Michael DeHaan 6f0c9592bb Additions to Who Uses Ansible
Michael DeHaan 85b52ca625 Resort the who uses ansible page
Michael DeHaan f41cf5528c Add complex networking setup to docs!
Michael DeHaan 550a1b5f02 Remove mercurial module reference now that we have a cleaned up hg module in core now!
Michael DeHaan 5457e969db Add a reference to Coderwall for tips & tricks!
Lorin Hochstein 44084a83a4 Document :& host notation and using variables with hosts
Michael DeHaan 7d43865e13 Merge pull request from jcftang/devel
Documentation Fixes relating to OSX and macports
Stoned Elipot 312ba593fd Fix yum module examples: the 'pkg' parameter is now 'name'
Jimmy Tang 7a40ed41f7 Documentation Fixes relating to OSX and macports
Insert some notes about installing on OSX via macports
Michael DeHaan 5cdc25ec47 Tweak documentation example about lookup plugins
Michael DeHaan f4dddfdbab Fixup inventory docs
Michael DeHaan dd91452eda Better explain precedence.
Michael DeHaan bf088a50aa Add when_failed/changed dates
Michael DeHaan cde5b4b80c Reference sudo flag changeability.
Michael DeHaan 1e3df3b5ab Show how to assign lookup plugins in variables
Michael DeHaan fe5ab64b62 Document lookup plugin shorthand
Michael DeHaan 78ecc45d4d Document other syntaxes
Michael DeHaan 0ae7f996f5 Make sure all the lookup plugins are documented.
Jeff Blaine aaf6173fbe Correct python module name for jinja2
Lester Wade 33cc9719ba Update docsite/rst/who_uses_ansible.rst
Added Eucalyptus.
Daniel Hokka Zakrisson 950e3052b8 Merge pull request from elventear/rabbitmq_contrib
RabbitMQ Contrib
Brendan Taylor ab63c24358 Make diagram of Directory Organization best practice match the text.
The text and playbook content assumed a directory structure that didn't
match the diagram.
Pepe Barbe 9dfa3ca88f Add my repo for RabbitMQ stuff
Daniel Hokka Zakrisson 94a1c221bc Update variable precedence section with current rules
Michael DeHaan ea45423f92 Merge pull request from vincentvdk/devel
added info of required packages to build rpms
Vincent Van der Kussen 4af54e8a3b stylistic change.
Michael DeHaan 1cae679271 Merge pull request from fdavis/when_changed_fail
add when_changed when_failed example to docsite
Vincent Van der Kussen 614826bcda Fixed my typo and forgot a package
vincent Van der Kussen 80f82f80d8 added info of required packages to build rpms
fdavis 7899e29395 add when_changed when_failed examples to docsite
whitespace fix
Tim Gerla b814f3dc66 Correct --private-key argument name in Getting Started
Jan-Piet Mens fc3f50454d typo in ssh private key name
Jayson Vantuyl 13ddd39db9 add with_sequence lookup plugin
Plugin allows you to do easy counts for items.
Daniel Hokka Zakrisson 073fb21bcb Document that task includes are now infinite depth
Francis Besset e246304256 [docsite] Added LEMP selected playbook
Michael DeHaan 04195e202d Merge pull request from njharman/alpharange
Alphabetic inventory hostname patterns.
Javier Candeira dac83c15a0 fix documentation for authorized_key in advanced playbooks page in docsite
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)
jkleint e363abeca7 Missing colon in $FILE example
Mark Theunissen 660bb43e21 Tweak docs for correct paths and filenames
Norman J. Harman Jr 6603737e4d Alphabetic inventory hostname patterns.
- Code, docs, tests.
  - Also added test of large range 000-142 to verify alpha range did not
    break this.