Michael DeHaan
686d998b26
Merge pull request #4368 from sayap/ec2_ami
...
ec2_ami: Account for AWS's "eventual consistency" with AMI creation.
11 years ago
Michael DeHaan
8604212da9
Merge pull request #4352 from jhoekx/mysql-user-grant
...
Add grant parameter to MySQL user module
11 years ago
Michael DeHaan
709993aa27
Merge pull request #4334 from bennojoy/s3
...
minor fixes
11 years ago
Michael DeHaan
39a81c4361
Merge pull request #4300 from psvo/cloudformation_results_fix
...
Fail cloudformation operation when it is not completed successfully
11 years ago
Benno Joy
c1198dc12c
change "Changed" to changed
11 years ago
Andrey Shorin
35457b67f5
Pass host to runner_on_file_diff callback
11 years ago
Michael DeHaan
f6c3dce497
Merge pull request #4336 from orkaa/devel
...
Fixes service update-rc.d functionality on debian
11 years ago
Michael DeHaan
a8902e878c
Merge pull request #4347 from sashka/devel
...
Remove options and protocols in source line with regex.
11 years ago
Michael DeHaan
4826d4b87a
Merge pull request #4309 from ryanaudiencepi/monit_fix
...
Fix monit uppercase and restart problem
11 years ago
Michael DeHaan
42e84e1b34
Merge pull request #4264 from wulczer/fix-linode-param-type
...
The payment term param in the Linode module is an int.
11 years ago
Stoned Elipot
e7957b6d58
Fix group_by: do not group a host for which a condition is false
11 years ago
Michael DeHaan
44e391fd8b
Merge pull request #4255 from mcodd/legacy_vars_fix
...
Fix for legacy_playbook_variables (should fix issue #4254 )
11 years ago
Michael DeHaan
65178290e7
Merge branch 'devel' of git://github.com/nextus/ansible into devel
...
Conflicts:
lib/ansible/constants.py
11 years ago
lied
ef4ec735b6
Add local provisioning step notes to EC2 pages (adapted with changes by mpdehaan).
11 years ago
Michael DeHaan
8dae9fa5e7
Fix module formatting in the pkgutil module.
11 years ago
Michael DeHaan
37970112d9
Add "from" as an alias to "msg_from" in the hipchat module, to match docs.
11 years ago
J. Ryan Stinnett
5f0b5e92fa
Tweak syntax in intro docs
11 years ago
Michael DeHaan
fc8ec016d6
Update README.md
...
Update getting started to point to current link.
11 years ago
Joshua Kehn
cc0c908cee
Added validate option to lineinfile
...
The validate option is constructed similarly to the template command's
validate option. TestRunner.py has been updated to include two new
tests, one for passing and one for failing validation.
11 years ago
Michael DeHaan
ea73151757
Add automatic advice when folks hit one of two common but minor YAML gotchas, so they can be more easily correct them on their own.
11 years ago
Michael DeHaan
4987c73bb6
Proper check for raw as module options versus raw being in the string.
11 years ago
Michael DeHaan
d01d9b3a6d
Merge pull request #4379 from cchurch/devel
...
Spelling corrections for docsite.
11 years ago
Chris Church
97e9d980b2
Spelling corrections for docsite.
11 years ago
Michael DeHaan
a8637dbde6
Misc docs tweaking.
11 years ago
Michael DeHaan
f0db5508cd
Some design concepts.
11 years ago
Michael DeHaan
572fef3854
Allude to ansible-pull.
11 years ago
Michael DeHaan
95fd533d3c
Add info about ansible-doc and ansible-pull.
11 years ago
Michael DeHaan
30ae97c5d0
Fix rst link.
11 years ago
Michael DeHaan
715a07d200
Sphinx formatting.
11 years ago
Michael DeHaan
ade46e9aab
Various docs cleanup.
11 years ago
Michael DeHaan
d6168189a7
Add toctrees to pages in the docs that did not have them.
11 years ago
Michael DeHaan
4a93f9ee6d
Fix some missing hyperlinks to ansible-examples on github.
11 years ago
Michael DeHaan
7891f32fc7
Does "fix malformed hyperlink target" sound any less Star-Trekky than "realign the main deflector array?".
11 years ago
Michael DeHaan
b62b9bda65
Remove duplicate link to old examples dir.
11 years ago
Michael DeHaan
05321cafe1
Add see also sections to pages that do not have them.
11 years ago
Michael DeHaan
46fe4d4b92
Fix some docs formatting.
11 years ago
Michael DeHaan
6ad43c7268
Remove duplicate section, fix a link.
11 years ago
Michael DeHaan
d3b916ed0a
Misc docs work.
11 years ago
Michael DeHaan
7f2253451e
More anchors!
11 years ago
Michael DeHaan
41909d7fd5
More exciting anchor tags, document more loop features!
11 years ago
Michael DeHaan
b0d5033386
Add lots of anchor tags.
11 years ago
Michael DeHaan
111b3578d6
add more indexes, AWX blurb.
11 years ago
Michael DeHaan
b74d9bbc90
Merge pull request #4364 from stoned/pre-1.6-passlib
...
Fix compatibility issue with passlib version < 1.6 (as encountered on eg...
11 years ago
Michael DeHaan
6bd90b7e80
Merge pull request #4376 from cchurch/devel
...
Support for alternate ec2.ini path via EC2_INI_PATH environment variable
11 years ago
James Tanner
52aea868df
Allow for updating host vars in add_host
11 years ago
Chris Church
9aacecd3fa
Allow specifying an alternate ec2.ini path via EC2_INI_PATH environment variable.
11 years ago
Michael DeHaan
1688139cb5
Merge pull request #4370 from hostage-nl/devel
...
replace dashes to underscores in rc.conf keys (based on freebsd rc.d filenames)
11 years ago
Yap Sok Ann
a8f95435c3
ec2_ami: Account for AWS's "eventual consistency" with AMI creation.
...
Calling `ec2.get_image` right after `ec2.create_image` may raise error
"InvalidAMIID.NotFound". This has happend roughly 1 time out of 10 for me.
Other people has bitten by this too:
- 5707f100a0
- http://stackoverflow.com/a/14794952
- https://bitbucket.org/utoolity/bamboo-aws-plugin/pull-request/22/baws-116-fix-ec2-image-task-failing-with/diff
11 years ago
Michael DeHaan
198c9a5903
Adding some labels so we don't get "#id22" for the links in the docs.
11 years ago
Martijn Lina
4cd3b9d637
replace dashes in rc.conf keys (which are based on freebsd rc.d filenames) to underscores
11 years ago