summaryrefslogtreecommitdiff
path: root/docsite
Commit message (Collapse)AuthorAgeFilesLines
* Fix hyperlink target.Michael DeHaan2014-06-191-1/+1
|
* Some docs restructuring to move the setup steps first.Michael DeHaan2014-06-191-48/+58
|
* File rename.Michael DeHaan2014-06-191-2/+2
|
* Add prep instructions.Michael DeHaan2014-06-191-3/+25
|
* Docsite formatting fix.Michael DeHaan2014-06-191-2/+2
|
* Docsite things.Michael DeHaan2014-06-193-14/+13
|
* Slight examples tweakMichael DeHaan2014-06-191-3/+4
|
* Additional Windows Setup infoCraig Ackerman2014-06-191-4/+9
|
* Added Windows intro contentCraig Ackerman2014-06-191-3/+30
|
* Update windows docs in progress.Michael DeHaan2014-06-191-7/+75
|
* Intro windows docs.Michael DeHaan2014-06-191-5/+2
|
* Add start of introductory windows documentation.Michael DeHaan2014-06-191-0/+136
|
* Numbers is not a string moduleVictor Castell2014-06-171-1/+1
|
* ascii should be ascii_lettersVictor Castell2014-06-171-2/+2
|
* Update tower.rstBill Nottingham2014-06-161-3/+3
| | | Point to current URLs, fix a Ansible/Tower reference.
* Made it a bit more obvious that 45 are 45 secondsCees-Jan Kiewiet2014-06-121-2/+2
|
* Update intro_installation.rstGerry Skerbitz2014-06-081-1/+2
| | | | | This is different wording for using the PPA to install. I also added the installation of apt-add-repository package which isn't always installed. (I'm a newbie but while running these I wished whatever style was being used on the docs pages would have let me cut and paste the commands without having to edit out the $ characters manually....)
* Update developing_modules.rsteludom2014-06-051-1/+1
|
* Clarified, remote_user config item does override ansible current user if ↵Bill Carlson2014-06-041-1/+1
| | | | defined.
* made nested lists diff lengths - caused confusiontsemerad2014-06-031-1/+1
| | | As a relatively-new user to Ansible, the Nested Loop example made me think it was looping through both lists together (`alice` would go with `clientdb`, `bob` with `employeedb`) and not actually nested. I realize now I was just being stupid, but I feel making the example lists different lengths would prevent such confusion in the future.
* Merge pull request #7556 from jturner314/rm-duplicate-tocJames Cammarata2014-05-271-3/+0
|\ | | | | Remove duplicate table of contents in Conditionals
| * Remove duplicate table of contents in ConditionalsJim Turner2014-05-261-3/+0
| |
* | Update test_strategies.rstAdam Morris2014-05-271-1/+1
| | | | | | Changed unit tests to unit test for the singular playbook...
* | Update test_strategies.rstAdam Morris2014-05-271-1/+1
|/ | | Typo - State should have been stage.
* Update test strategies guide.Michael DeHaan2014-05-263-1/+264
|
* Add missing space between var and delimetermrdeathless2014-05-171-1/+1
|
* Retinafy favicon.icoMichael Warkentin2014-05-121-0/+0
|
* Adding ansible_shell_type and basic environment construction on itJames Cammarata2014-05-091-0/+2
| | | | | | | | | | Previously we assumed the shell on the target systems were 'sh'- compliant when formatting environment variables preceding command strings. This patch corrects that by basing the target shell type on the DEFAULT_EXECUTABLE setting, which can be overridden on a per-host basis using the inventory variable 'ansible_shell_type'. Fixes #7352
* Add the start of a graphviz doc to illustrate variable precedence graphically.Michael DeHaan2014-05-092-0/+42
|
* fixed typos found by RETF rules in RST filesChristian Berendt2014-05-0312-15/+15
| | | | rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos
* Adding a new system_warnings config option to supress warningsJames Cammarata2014-04-301-0/+13
|
* Slight tweak to regex examples.Michael DeHaan2014-04-291-2/+4
|
* Merge pull request #6984 from clconway/variable-re-docMichael DeHaan2014-04-291-0/+12
|\ | | | | Adds search/match examples to "Playbooks > Variables > Jinja2 Filters" d...
| * Modifies match/search filter examples to use non-trivial regexes.Chris Conway2014-04-141-5/+5
| |
| * Adds search/match examples to "Playbooks > Variables > Jinja2 Filters" doc ↵Chris Conway2014-04-141-0/+12
| | | | | | | | section.
* | Clarify lookup plugin execution location per request.Michael DeHaan2014-04-291-2/+3
| |
* | Add Mavericks install notesMichael DeHaan2014-04-291-0/+4
| |
* | Merge pull request #7186 from jf/docfix-obvious-quick-simplesMichael DeHaan2014-04-292-3/+3
|\ \ | | | | | | Obvious quick fixes:
| * | playbooks_roles.rst: remove extraneous commaJeffrey 'jf' Lim2014-04-301-1/+1
| | |
| * | Obvious quick fixes:Jeffrey 'jf' Lim2014-04-302-2/+2
| | | | | | | | | | | | | | | - extra 'the' in intro_inventory - capitalization in playbooks_roles
* | | Add an example of how to reload local facts.Michael DeHaan2014-04-291-0/+16
| | |
* | | Clarify .ssh/config port usage.Michael DeHaan2014-04-291-2/+4
| | |
* | | Explain how to embed modules in roles.Michael DeHaan2014-04-291-0/+35
|/ /
* | Update playbooks_delegation.rstmjfroehlich2014-04-271-1/+1
| |
* | Add note about with_fileglob to "Looping over Fileglobs"Nick Budidharma2014-04-231-0/+2
| | | | | | Reference #7102
* | Merge pull request #6906 from idupree/patch-1James Cammarata2014-04-231-0/+3
|\ \ | | | | | | Document the `ec2` group.
| * | Document the `ec2` group.Isaac Dupree2014-04-081-0/+3
| | | | | | | | | This group is useful when using multiple inventory sources.
* | | Fix collision in random filter name by merging functionalityJames Cammarata2014-04-221-0/+7
| | | | | | | | | | | | | | | | | | | | | Merges the functionality of the original jinja2 random filter with the one we provide. Fixes #7113
* | | added homebrew to install docAdam Menges2014-04-151-0/+12
| | |
* | | Merge pull request #6944 from ex-nerd/patch-1Michael DeHaan2014-04-141-0/+4
|\ \ \ | | | | | | | | Explain how to do multiple paths in roles_path