Commit Graph

7029 Commits (861779bb6e5ef1ab24c36a60b61b2f9a808e509e)
 

Author SHA1 Message Date
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
Michael DeHaan a74c0091b2 Merge pull request #4366 from skyl/GenericBsd-get_default_interfaces
fixes 4365 - Mac with cisco vpn client, GenericBsdIfconfigNetwork get_default_interfaces fails with index out of range
11 years ago
Michael DeHaan b9c337e436 "touch" option on file is new in 1.4 11 years ago
Skylar Saveland b47add0f32 fixes 4365 - Mac with cisco vpn client, GenericBsdIfconfigNetwork get_default_interfaces fails with index out of range 11 years ago
Stoned Elipot b03912278e Fix compatibility issue with passlib version < 1.6 (as encountered on eg EL6 systems)
- passlib.apache.HtpasswdFile's 'default_scheme' was called 'default'
before passlib version 1.6
- while here also deal with passlib.apache.HtpasswdFile's older
'autoload' paramter vs the newer 'new' one.
11 years ago
James Cammarata 24a3b6c76a Merge pull request #4362 from skyl/do-until-typos
(docs) result is registered so would be used in the until param of a do-until loop
11 years ago
Skylar Saveland 1f2047cc39 (docs) result is registered so would be used in the until param of a do-until loop 11 years ago
Michael DeHaan 49afead191 Merge pull request #4356 from sivel/rename-rax-clb-nodes
Rename rax_clb_nodes
11 years ago
Matt Martz c56659a2a8 Update references for rax_clb_nodes to use rax_clb 11 years ago
Matt Martz fd959a8b7c Move rax_clb_nodes to rax_clb 11 years ago
Jeroen Hoekx 08b0773da5 Add append_privs parameter to MySQL user module.
This adds the privileges given to the existing list of privileges
instead of overwriting any existing ones.
11 years ago
Michael DeHaan bf7247c78c Update rst 11 years ago
Michael DeHaan 0c2994f653 Misc rst tweaks 11 years ago
Michael DeHaan 2478c1d44d Explain error handling section better. 11 years ago
Michael DeHaan fd3fb24fe8 Environment doc cleanup and showing another use case. 11 years ago
Michael DeHaan e9bd97ea4d Slight accelerate mode page simplification. 11 years ago
Michael DeHaan 8dd5a4f0b2 Minor playbooks doc tweaks. 11 years ago
Michael DeHaan a9a6206674 Fix rst link format 11 years ago
Michael DeHaan e9851810ca Misc docs fixes 11 years ago
Michael DeHaan b7c99ed120 Jinja2 link doc fixes 11 years ago
Michael DeHaan 60134c5c88 Slight tweaks to getting started. 11 years ago
Michael DeHaan 1d86a6f129 Slight tweaks to config file chapter. 11 years ago
Michael DeHaan e0af80946b Slight cleanup to adhoc chapter. 11 years ago
Michael DeHaan a8ff828593 Minor AWS doc cleanup 11 years ago
Michael DeHaan 0e7ff1690a Add a note about registered variable lifetime. 11 years ago
Michael DeHaan 5c21e81968 Remove redundant section. 11 years ago
Michael DeHaan 585b4d03a8 An approach to explaining precedence more by convention. 11 years ago
James Cammarata 33d13a6888 Merge pull request #4348 from maxamillion/fix_firewalld
fixed get_service_enabled call
11 years ago
Adam Miller 323e8d4a8c fixed firewalld get_service_enabled 11 years ago
Alexander Saltanov 2bd6c5e262 Remove options and protocols in source line with regex.
Fixes #4311
11 years ago
Michael DeHaan a94a141ad5 Merge pull request #4345 from jlund/fetch-typo
Fixed a typo in the fetch module documentation
11 years ago
Michael DeHaan d4e0f2befe Merge pull request #4344 from AndydeCleyre/patch-1
Fix for Issue #2470 - gem version string processing
11 years ago
Joshua Lund db8dd1dcc2 Fixed a typo in the fetch module documentation 11 years ago
Andy Kluger ee054a491a Fix for Issue #2470 - gem version string processing
This fix assumes that no sane gem version has spaces in it, so when one like that is encountered, it will get truncated at the first space.
11 years ago
James Cammarata d21714a37f Fix for network byte order issues in accelerate 11 years ago