Commit Graph

311 Commits (8fbf049e754237e971ae2593d01bad3788375500)

Author SHA1 Message Date
Matt Martz c328cdbb53 Missed prefixed variable attribute 11 years ago
Tim Gerla c89381fa2e minor typo fixes for the rolling update guide 11 years ago
Michael DeHaan d6ea5be20f Various syntax and layout things, add Galaxy to docs 11 years ago
Michael DeHaan d481b6e686 Some slight tweaks to the continuous delivery docs. 11 years ago
Michael DeHaan 12e61b6c32 Merge branch 'lamp_tutorial' of git://github.com/tgerla/ansible into devel 11 years ago
Michael DeHaan 08792be98e Some minor tweaks to make things a little more tutorial-like, moved credentials section up higher, etc. 11 years ago
Michael DeHaan de24a40cde Wrap lines a bit tighter for easier editing. 11 years ago
Michael DeHaan bb165f423d Merge branch 'rax-guide' of git://github.com/sivel/ansible into devel 11 years ago
James Tanner fd96bcbb67 Update released version in the docsite index page 11 years ago
Matt Martz 1e1a943a6e Fix rst warnings in playbooks_loops.rst 11 years ago
Matt Martz 22dd1590df Add guide_rax.rst 11 years ago
Matt Martz e8ef6f14af Add documentation example of using 'register' with a loop 11 years ago
lichesser 1cbae778c4 Update install documentation to include httplib2
With v1.4.2 setup.py requires httplib2 for install
11 years ago
James Tanner 982c9394b2 Add example4 to the docsite AWS guide 11 years ago
James Tanner 78346eb358 Fix current version in docsite index.rst 11 years ago
Mikhail Sobolev 6569fb8455 fixed a reference to AWX site 11 years ago
Mikhail Sobolev 4448a64069 add seealso to developing_inventory 11 years ago
Tim Gerla f8cc9d5d06 Tweak some task examples to be more in-line with eucalyptus-ec2.yml in language_features 11 years ago
Ferenc Grecu b93c23d4c7 Fix typos in configuration documentation 11 years ago
Tim Gerla 1063cbea39 tweak some links and phrasing 11 years ago
Tim Gerla 101e8c0a31 flesh out the CI/CD and load balancer sections a bit 11 years ago
Maykel Moya 9018d53a3c Fix link to playbooks loops 11 years ago
Tim Gerla 4da5d267d5 initial commit of a basic rolling upgrade guide, based on the lamp_haproxy example 11 years ago
Maykel Moya bddb1e3115 Add blank line before rst directive 11 years ago
Michael F. Booth 8a19b595c7 Fix "manual" ansible-playbook example in guide_vagrant.rst
The given example is trying to load an inventory file with the -i option, so it should probably be given the actual Vagrant-written inventory file name. I contemplated using 'vagrant_ansible_inventory_default' instead (which is what my Vagrant demo actually creates) but 'vagrant_ansible_inventory_machinename' is more consistent with the existing example in the docs.
11 years ago
Michael DeHaan 3541bfcb09 Merge pull request #5074 from pcraston/devel
Fix for documentation playbook loops
11 years ago
Tim Gerla af42f0b771 fix heading name syntax in AWS guide 11 years ago
Patrick Craston 8de0b88c1c Updated Fix for documentation playbook loops
if key is used with lookup parameter needs quotes as
otherwise it will load "ssh-rsa" "<the key>" "<the comment>" as separate
values and fail with "this module requires key=value arguments"
11 years ago
Patrick Craston 20c5b7f800 Fix for documentation playbook loops
if key is used with lookup parameter that needs to be in quotes as
otherwise it will load "ssh-rsa" "<the key>" "<the comment>" as separate
values and fail with "this module requires key=value arguments"
11 years ago
Tim Gerla fb3d5d6589 elaborate on a couple of sections 11 years ago
Tim Gerla 461afa2b25 remove Vagrant from the list of pending topics 11 years ago
Tim Gerla 1cd71b7899 fix up word wrapping 11 years ago
Tim Gerla 7adf33ed41 add a topical guide for Vagrant integration 11 years ago
James Tanner 2a58c2bbe3 Update files for 1.4 release 11 years ago
Brian Coca 246689c2fd added version added + union, diff and sym_diff filters
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
11 years ago
Brian Coca 79145b6a78 updated docs to add new filters
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
11 years ago
Senmiao Liu d1082af817 Correct the constant name "remote_temp" to "remote_tmp" 11 years ago
Michael Scherer f290c2aec0 fix various typos in the documentation 11 years ago
James Tanner 48ded5e493 Fix typos in docsite password lookup section 11 years ago
James Tanner e2b75abb1d Add char parameter to password lookup plugin docs on docsite 11 years ago
James Tanner 9e8eef84e8 Revert "Revert "Delete extra word in index.rst""
This reverts commit 8532263890.
11 years ago
James Tanner 54c510335a Revert "Revert "Tiny RST link fix in modules documentation""
This reverts commit 658dc7a366.
11 years ago
James Tanner f347133d85 Revert "Move info on limit from the ad hoc command page to the pattern page"
This reverts commit cda707f99e.
11 years ago
James Tanner 658dc7a366 Revert "Tiny RST link fix in modules documentation"
This reverts commit e052251662.
11 years ago
James Tanner 8532263890 Revert "Delete extra word in index.rst"
This reverts commit f52b401755.
11 years ago
James Tanner 66d68b30f2 Revert "Fixes #4092 Add documentation for yaml format of tasks and all keywords"
This reverts commit 3e351b4727.
11 years ago
James Tanner 4169f1b07c Revert "Fixes #4771 Add 1.4.x example of registered var properties to the docsite"
This reverts commit dc74e700ce.
11 years ago
James Tanner dc74e700ce Fixes #4771 Add 1.4.x example of registered var properties to the docsite 11 years ago
James Tanner 3cdb968ebe Fix some information in the docsite for the password lookup plugin 11 years ago
Steve Tjoa 9ac012bb94 adding link to up-to-date ansible-examples github repo. Also using proper capitalization for GitHub. 11 years ago
jctanner e9ad19f593 Merge pull request #4824 from mattwillsh/devel
Correct docsite typo hash_behavior -> hash_behaviour
11 years ago
James Tanner 3e351b4727 Fixes #4092 Add documentation for yaml format of tasks and all keywords 11 years ago
James Tanner c39daed422 Merge pull request #4607 and fix merge conflicts for documentation fixes. 11 years ago
jctanner 1b89abe176 Merge pull request #4669 from SegFaultAX/docs/ssh-ansible-cfg
Change ssh header to ssh_connection header
11 years ago
Matt Willsher a7d0056a53 Correct type hash_behavior -> hash_behaviour 11 years ago
jctanner 8d9b53b445 Merge pull request #4733 from sivel/4323-sudo-pass
Add ansible_sudo_pass hostvar support. Fixes #4323
11 years ago
James Tanner a66cfed166 Addresses #4763 list python >= 2.5 as a requirement for accelerate mode 11 years ago
Tomas Thor Jonsson 23bf570bad typo ---- (4) instead of --- (3) 11 years ago
Michael DeHaan 4bb34d006e Merge pull request #4793 from ilkka/patch-2
Fix code block quoting in documentation
11 years ago
Ilkka Laukkanen 31d55e03b0 Fix code block quoting
Add double colons where necessary to get code blocks, not blockquotes.
11 years ago
Ilkka Laukkanen e0e01ddbe4 Clarify cobbler.py usage and testing instructions
The doc incorrectly advised executing the static inventory, not the `cobbler.py` script. Also fixes minor language issue.
11 years ago
Rhett Sutphin aa475d337a Document env dependency for test-module.
You need to source hacking/env-setup before running hacking/test-module;
otherwise you get an error like this:

    ImportError: No module named ansible.utils
11 years ago
Matt Martz ea2ec6237a Add ansible_sudo_pass hostvar support 11 years ago
Tim Gerla 0f80364994 fix command to make a debian package 11 years ago
Tim Gerla b7899b5e35 Add a clarifying heading to installation docs 11 years ago
Matt Jaynes 8fa003eadb Fix typos. Prevent double-dashes from being reduced to single dash. 11 years ago
Michael-Keith Bernard d1d4af8b11 Change ssh header to ssh_connection header 11 years ago
Lars Francke f52b401755 Delete extra word in index.rst 11 years ago
Lars Francke e052251662 Tiny RST link fix in modules documentation 11 years ago
Lars Francke d7478e591c Update intro_configuration.rst
Minor RST fixes
11 years ago
Lars Francke cda707f99e Move info on limit from the ad hoc command page to the pattern page 11 years ago
Lars Francke 544458e859 Update intro_adhoc.rst
Update link texts (hopefully got those correct from Sphinx documentation) and remove section on Limiting hosts as that's covered elsewhere
11 years ago
Lars Francke afbc2b448d Update intro_dynamic_inventory.rst
Minor fixes, style and typos
11 years ago
Lars Francke 5c905fd165 Fix a few minor issues in the Getting started document 11 years ago
awiddersheim 9d141c5f34 Fixed typo in docsite/rst/playbooks_tags.rst 11 years ago
Adam Miller 5b2338b2bf fix change_when example for False 11 years ago
Greg Karékinian 86f4e03bb5 Fix typo 11 years ago
Jérémie Augustin ddf1d71b7d [doc] duplicate group in usa:children group 11 years ago
James Tanner 6b60267898 Document per task remote_user, based on #3932 11 years ago
Michael DeHaan 0cd09dd54f Remove extra "latest/" subdirectory in docs build structure. 11 years ago
Michael DeHaan 26819d707d Reorganize docs structure to support snapshots. 12 years ago
Michael DeHaan 148d8859ba Docs on parameterized roles, make document generation output less noisy 12 years ago
Michael DeHaan a0a2ef3d9d Merge pull request #2640 from trevor/devel
make json valid
12 years ago
Trevor Wennblom b779fa4fe9 make json valid 12 years ago
Michael DeHaan c5d9823467 Fix some items related to playbook includes and indentation. 12 years ago
gw0 80a4e02372 Improved Lookup plugins documentation 12 years ago
Michael DeHaan f9890c9973 Show other way to ignore command/shell errors 12 years ago
Michael DeHaan bccab0f2b7 Merge pull request #2514 from raphinou/patch-1
replaced && by ||
12 years ago
Michael DeHaan cdf5e006ff Merge pull request #2508 from tgerla/devel
Add some examples for local_action and rsync
12 years ago
Victor Castell ceede2f71f Place ad-hoc stuff from docs under context 12 years ago
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.
12 years ago
Tim Gerla d3a7c729ab Add a note regarding rsync and ssh-agent/passphrase-less keys 12 years ago
Tim Gerla 0e01085ab6 Add some examples for local_action and rsync 12 years ago
Michael DeHaan 783a12cc0e Resolve merge commit. 12 years ago
Michael DeHaan 518007a1ba Fix version added attribute, update docs URL 12 years ago
Michael DeHaan 3d5aa5dc2c Merge pull request #2487 from dorfsmay/20130322
fixed doc regarding wild card pattern on groups.
12 years ago
michael@ansibleworks.com ecda87cb63 Fixup docsite links 12 years ago
michael@ansibleworks.com e086d6fd89 Doc updates 12 years ago
Yves Dorfsman 5485451ddb fix doc regarding wild card pattern on groups. 12 years ago
Tim Gerla 242f988daf Add links to the ansible-examples repository 12 years ago