summaryrefslogtreecommitdiff
path: root/docsite
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2939 from mmoya/lookup-crypted-passwdsMichael DeHaan2013-05-181-0/+9
|\
| * Add support for crypted passwords to password lookupMaykel Moya2013-05-161-0/+9
* | Fix registered variable usage exampleStoned Elipot2013-05-151-1/+1
|/
* Add some notes about 1.2 things, just to make it more obvious.Michael DeHaan2013-05-112-0/+6
* Fix documentation about examples in modules so folks use the new style.Michael DeHaan2013-05-111-8/+3
* Fix link to Ansible Resources in moduledev pageMaykel Moya2013-05-071-1/+1
* Clean up variable examples to say "$x" is still fine for a reference.Michael DeHaan2013-05-051-8/+8
* Remove searchindex.js from source control.Michael DeHaan2013-05-051-5/+0
* Merge branch 'when_docs' of git://github.com/tartansandal/ansible into develMichael DeHaan2013-05-052-2/+19
|\
| * add docs for 'when: var is defined' idiomKahlil (Kal) Hodgson2013-05-032-2/+15
* | Document: sudo works per-task tooLorin Hochstein2013-05-021-9/+19
* | Fix module doc organizationMichael DeHaan2013-05-022-2/+2
* | Have 1.2 clear in docsMichael DeHaan2013-05-024-8/+8
* | Fix up a couple of references to 'only_if' and change them to 'when'Tim Gerla2013-05-022-3/+3
|/
* Slight tweak to set_fact variable documentation to clarify scope info.Michael DeHaan2013-04-291-1/+1
* Don't use "finally" here as it's not 2.4 compliant.Michael DeHaan2013-04-281-1/+1
* Allow modules to be categorized, and also sort them when generating the docum...Michael DeHaan2013-04-282-2/+2
* Document regex patterns.Michael DeHaan2013-04-271-1/+4
* use lookup macro rather than with to demonstrate lookup pluginsMichael DeHaan2013-04-271-17/+6
* Update gitignoreMichael DeHaan2013-04-271-1/+1
* Document variables are reserved.Michael DeHaan2013-04-271-1/+2
* added informations for openSUSE and SUSE Linux EnterpriseLars Vogdt2013-04-262-3/+17
* Merge pull request #2733 from chadoh/patch-1Michael DeHaan2013-04-221-0/+5
|\
| * Mention vars_files before the Roles sectionChad Ostrowski2013-04-211-0/+5
* | Default sudo password to SSH password.Stoned Elipot2013-04-222-0/+6
* | Merge pull request #2734 from chadoh/patch-2Michael DeHaan2013-04-211-1/+2
|\ \
| * | Links are the best kinds of instructionsChad Ostrowski2013-04-211-1/+2
| |/
* | Nit fix spelling of separateJim Kleckner2013-04-211-3/+3
|/
* Fix doc formatting errorMichael DeHaan2013-04-201-1/+1
* Rewrote the precedence docs.Michael DeHaan2013-04-201-24/+25
* Document the new handler flushing system.Michael DeHaan2013-04-201-3/+19
* Add documentation about pre_tasks and post_tasks with roles.Michael DeHaan2013-04-201-0/+13
* Showcase the new-style lookup plugin access in the authorized_key docs rather...Michael DeHaan2013-04-201-5/+5
* Fix with_sequence doc errorMichael DeHaan2013-04-161-1/+1
* Working on the FAQ.Michael DeHaan2013-04-142-0/+182
* Add link to prior docs version.Michael DeHaan2013-04-121-2/+2
* Explain conditionals as applied to roles. I could also explain with_items bu...Michael DeHaan2013-04-121-0/+10
* Mention roles in best practicesMichael DeHaan2013-04-121-36/+36
* Favor {{ foo }} rather than $foo in documentation.Michael DeHaan2013-04-122-204/+76
* Resolve merge conflict.Michael DeHaan2013-04-121-3/+0
* Reorganize docs structure to support snapshots.Michael DeHaan2013-04-1245-3/+3
* Moving some more files into snapshot directoryMichael DeHaan2013-04-128-0/+0
* Docs on parameterized roles, make document generation output less noisyMichael DeHaan2013-04-122-0/+170
* Merge pull request #2640 from trevor/develMichael DeHaan2013-04-112-17/+17
|\
| * make json validTrevor Wennblom2013-04-102-17/+17
* | Fix some items related to playbook includes and indentation.Michael DeHaan2013-04-101-1/+1
|/
* Improved Lookup plugins documentationgw02013-04-051-19/+21
* Show other way to ignore command/shell errorsMichael DeHaan2013-03-291-0/+8
* Merge pull request #2514 from raphinou/patch-1Michael DeHaan2013-03-291-1/+1
|\
| * replaced && by || raphinou2013-03-271-1/+1