Commit Graph

701 Commits (ca4ff261eb4183b41641935e2b3f8f25497cdb36)

Author SHA1 Message Date
Michael DeHaan ca4ff261eb Merge pull request #6282 from koffu/patch-1
Update intro_installation.rst
11 years ago
koffu b75768c206 Update intro_installation.rst
error in ubuntu install instructions
11 years ago
Markus Amalthea Magnuson 745b419cc1 Fix broken Ansible Tower link. 11 years ago
Markus Amalthea Magnuson e13278606b Remove trailing whitespace. 11 years ago
Nathan W 601c4f17ec Fixed Links
Link to guru page was not rendering correctly on http://docs.ansible.com/faq.html.
Link to readme returned 404.
11 years ago
arianitu fdf6ab016e Update playbooks_variables.rst
Another minor typo.
11 years ago
arianitu 93c331b222 minor typo in playbooks_variables.rst
so so, this should probably be fixed!
11 years ago
George Angelopoulos b8d7154c30 typo fix 11 years ago
Michael DeHaan 9d01d88a57 Bump versions on the devel branch (devel branch version is 1.6) 11 years ago
Michael DeHaan a6b4b9a751 Show more whitespace throughout playbook examples to encourage better standards in first playbooks folks write. 11 years ago
Michael DeHaan 5443ddec75 Trim references to fireball as we want folks using accelerate or pipelining options. Fireball is pretty well deprecated at this point, but will still be part of the release. 11 years ago
Michael DeHaan 2dbbf29421 Merge pull request #6076 from wshaddix/patch-1
Update intro_configuration.rst
11 years ago
Michael DeHaan 9a3891b65c Add vault documentation. 11 years ago
Michael DeHaan 1a6db5449a Document vault and make some cross-references in places where people should read about vault. 11 years ago
Michael DeHaan 5cae9807d9 Trim pipelining docs a bit. 11 years ago
Kent R. Spillner 1fcc9ff666 lookup_plugins: loop over hashes
Create a lookup plugin named dict that can be used to loop over hashes.
It converts a dict into a list of key-value pairs, with attributes named
"key" and "value."  Also adds a brief explanation and simple example to
the docs.

Signed-off-by: Kent R. Spillner <kspillner@acm.org>
11 years ago
James Cammarata 4e49b32419 Adding a version note to the expanduser filter documentation 11 years ago
jjshoe 6942e0eea1 Typo/Grammar fix. 11 years ago
Andy Hill bd90fdae94 Fix typo in guide_rax 11 years ago
Lukáš Lalinský 95d102f5e4 Remove obsolete module development docs 11 years ago
bryfry afd9dd7fed fix json typo 11 years ago
James Cammarata ce358e70bd Added 'expanduser' filter to the docs 11 years ago
alvin-chang 1e8731f092 Match directory permission with 755 instead of 644
Directories need the execution bit being set therefore instead of 644, it needs 755.
11 years ago
Wes Shaddix a9b480f937 Update intro_configuration.rst
Removed duplicate word "processed"
11 years ago
Afsin Toparlak 3542853f8c Update intro_installation.rst 11 years ago
Alan Williams d1e7387934 Update guide_aws.rst 11 years ago
René Moser a360bfdb73 Docsite: Fixed typo. 11 years ago
Maykel Moya a281643505 Add link (with minor rewording) to jinja2 builtin filters 11 years ago
Maykel Moya cb8f4b8062 Add link to ansible-examples repo 11 years ago
Maykel Moya 5ba0e7477e Fix path to index.html when launching browser 11 years ago
Maykel Moya 95761ea920 Uniform spacing across all filter examples 11 years ago
Maykel Moya 2164573864 Filter name is singular 11 years ago
Michael DeHaan 5d686a459c add note about pipelining 11 years ago
Michael DeHaan f8f4e180f7 Add sudo note. 11 years ago
Michael DeHaan 56befa9468 Document ansible_managed changing the template. 11 years ago
Michael DeHaan 6f9ca7cfa5 Some minor docs corrections. 11 years ago
Michael DeHaan 47316074fe Document "|default" Jinja2 filter example. 11 years ago
Richard C Isaacson 2aeb2e8c5b Minor existing typo fix. 11 years ago
Richard C Isaacson 80ddd1ca75 Config resoution order correction and documentation. 11 years ago
James Cammarata 6f405c8970 Updated footer date and adding in misc. file generated by earlier doc update 11 years ago
James Cammarata 350d66af04 Updating documentation for release 1.4.5 11 years ago
Michael DeHaan 4cd403247d Merge pull request #5889 from lvh/patch-1
Tell user to make inventory plugin executable
11 years ago
Jakub Holy f5ce5e4a78 mention that include works with addtional task files
Mention we can include roles/x/tasks/anothertasks.yml with `include anothertasks.yml` within the role's `main.yml` as this is not obvious from the documentation
11 years ago
Steve Wills 0d4bd3e851 Add some notes on installing on FreeBSD
Could perhaps be expanded with more prose, but this will do for a start.
11 years ago
Jeff Geerling a19c394a02 Change reference to open 'intranet' to 'internet'
The Internet is being referred to, but the documentation uses the word 'intranet'.
11 years ago
James Tanner f52deaff7b Updating changelog and docs for the new play_hosts variable 11 years ago
Laurens Van Houtven 62f3c10302 Tell user to make inventory plugin executable
The current version mentions nothing about chmod +x'ing the rax.py file, which means you get a really weird error message when you try to follow it:

```
raise ValueError, "No closing quotation"
```

... from deep inside shlex.py. I'm sure that makes sense if you realized that meant that it was trying to parse `rax.py` as an ini file...
11 years ago
Richard Isaacson 5f5ad19390 Merge pull request #5716 from kintamanimatt/playbook-roles-badparagraph
Fix multiple minor typos in a paragraph
11 years ago
Michael DeHaan ca139a5855 re-add the events widget 11 years ago
Michael DeHaan 388365b90a Add reference to Guru to sidebar. 11 years ago