Commit Graph

6802 Commits (ad2736b2531892c0f5b9f932c8c01ed87b7c5af4)
 

Author SHA1 Message Date
Michael DeHaan ad2736b253 Update tags and async sections, among other changes. 11 years ago
Michael DeHaan c10904bcef Prompts chapter 11 years ago
Michael DeHaan d494691398 Start of organizing variable section. This is all still in progress and not done, need to fix links between sections and re-add see-also sections, etc, etc. 11 years ago
Michael DeHaan 4cd3c5472f Refactor looping docs 11 years ago
Michael DeHaan 00c2c0b11c Conditionals chapter and some misc tweaks elsewhere 11 years ago
Michael DeHaan ddf51154fd Delegation documentation split 11 years ago
Michael DeHaan c4af4c65c3 Update check mode docs 11 years ago
Michael DeHaan a0ec399f35 Consolidate docs on accelerated mode 11 years ago
Michael DeHaan 19ac7cfe2a Refactor the roles information and provide a good example of the case for using roles. 11 years ago
Michael DeHaan 102b745b31 Add lots of docs on configuration settings, explaining what goes into ansible.cfg 11 years ago
Michael DeHaan 70dc1ef4e4 Update the /usr/bin/ansible example docs 11 years ago
Michael DeHaan e0ea3decae The patterns document is now it's own chapter since it applies to playbooks and /usr/bin/ansible alike. 11 years ago
Michael DeHaan 65a7ddc824 Organize dynamic inventory documentation. 11 years ago
Michael DeHaan 1e5edb2e0f Clean up inventory section. 11 years ago
Michael DeHaan 720abcb9ed Cleaunup to the getting started section. 11 years ago
Michael DeHaan 87702d50d8 Add missing file (stub) 11 years ago
Michael DeHaan 74e77bf1d8 Refactor install guide 11 years ago
Michael DeHaan 824a8b9136 Fix index formatting. 11 years ago
Michael DeHaan 759430d1e8 Add new topics to index 11 years ago
Michael DeHaan 858b6c4e64 Restructure the documentation index. 11 years ago
Michael DeHaan ef28d62846 Update TestUtils.py
tests shouldn't be making symlinks to system dirs, also fixes unit test report on OS X.
11 years ago
Michael DeHaan 05b3aaa39b Merge pull request #4280 from angstwad/devel
Use set_setting in rax.py inventory module
11 years ago
Paul Durivage 532c7db03b Update example to use RAX_CREDS_FILE env var 11 years ago
Paul Durivage e366712aca Use set_setting; alleviates pyrax requiring the ~/pyrax.cfg in order to establish identity_type 11 years ago
James Cammarata 039d4c95d9 Merge pull request #4221 from ashorin/unicode-md5
Prevent UnicodeEncodeError: 'ascii' codec can't encode characters in pos...
11 years ago
James Cammarata 0ee236bf57 Merge pull request #4257 from resmo/doc/changelog
changelog: be clear, host module is not related to ansible inventory
11 years ago
Rene Moser 1dc2582a2c be clear, host module is not related to ansible inventory 11 years ago
Michael DeHaan a002a24973 Merge pull request #4250 from bbhoss/devel
Allow storing input from user in a pause prompt
11 years ago
Preston Marshall 3ee7b177e8 Allow storing input from user in a pause prompt 11 years ago
James Cammarata 2ed803837e Merge pull request #4228 from mragh/devel
Include database param if provided and valid in django_admin commands
11 years ago
James Cammarata 9dd2d1eb13 Merge pull request #4222 from lessmian/devel
Module lvol fails when decimal point is a colon
11 years ago
James Cammarata 80524a8f2b Merge pull request #4165 from jerm/devel
dest in s3 module does not work with ~username expansion for home directories
11 years ago
James Cammarata 484297cfa8 Added a version_added string to the new digital_ocean module param 11 years ago
James Cammarata 3fd0eefb97 Merge branch 'digital_ocean_idempotence_take2' of https://github.com/ralphbean/ansible into ralphbean-digital_ocean_idempotence_take2 11 years ago
James Cammarata 8b010cbb45 Make the ec2 wait code a little smarter
The code to determine the number of running instances could blow up
if the response from AWS did not actually contain any data. This code
makes it a bit smarter in handling, so that it will wait for a valid
response regardless of the wait condition.

Fixes #3980
11 years ago
James Cammarata 1c97831288 Merge branch 'empty_inventory' of https://github.com/spil-jasper/ansible into spil-jasper-empty_inventory 11 years ago
James Cammarata 994dfb84fc Minor pep8 cleanup and CHANGELOG update for do-until 11 years ago
James Cammarata 202c4f5294 Merge branch 'do_until_14' of https://github.com/bennojoy/ansible into bennojoy-do_until_14 11 years ago
James Cammarata 7eff2a8406 Merge branch 'ec2_inventory_route53' of https://github.com/herbyg-axial/ansible into herbyg-axial-ec2_inventory_route53 11 years ago
James Cammarata 9a66645342 Merge branch 'fix_setup' of https://github.com/tonk/ansible into tonk-fix_setup 11 years ago
James Cammarata 301a00ccf5 Merge branch 'obsd-fix-release' of https://github.com/johanwiren/ansible into johanwiren-obsd-fix-release 11 years ago
James Cammarata 478c400817 Minor pep8 cleanup in the new jail connection plugin 11 years ago
James Cammarata 0e0595bdb2 Merge branch 'jail' of https://github.com/mscherer/ansible into mscherer-jail 11 years ago
James Cammarata b41ea366c8 Doc fix in htpasswd module due to colon on the line 11 years ago
James Cammarata 786a765063 Merge branch 'add-scheme-to-htpasswd-params' of https://github.com/PugglePay/ansible into PugglePay-add-scheme-to-htpasswd-params 11 years ago
James Cammarata 23417368df Fixing up some open_iscsi docs and CHANGELOG update 11 years ago
James Cammarata c98ed252fe Merge branch 'open_iscsi_bis' of https://github.com/sergevanginderachter/ansible into sergevanginderachter-open_iscsi_bis 11 years ago
bennojoy 70a9a797fa Fix for accelerate when ansible_ssh_user is specified 11 years ago
Jasper Capel d4dec5f577 Allow creating empty inventory
Instantiating the Inventory class with host_list=None now results in an
empty inventory instead of an error.
11 years ago
Andrey Shorin fd101dd2d6 Encode to utf-8 only when needed 11 years ago