Michael DeHaan
|
bd38e6d92f
|
Update README.md
|
11 years ago |
Michael DeHaan
|
0a34870b1f
|
Merge pull request #4858 from sivel/rax-clb-serialize
Fix serialization error in rax_clb
|
11 years ago |
Michael DeHaan
|
3e6369e026
|
Merge pull request #4862 from rob-szew/devel
Correcting the security group id lookup from the list of security group ...
|
11 years ago |
Rob Szewczyk
|
fe95745a20
|
Correcting the security group id lookup from the list of security group names
|
11 years ago |
Michael DeHaan
|
3f4b2d4a24
|
Merge pull request #4860 from jlaska/async_status_doc
Correct documentation URLs
|
11 years ago |
James Laska
|
4013e94cf6
|
Correct documentation URLs
|
11 years ago |
Matt Martz
|
a897bb389c
|
Remove unused variable
|
11 years ago |
Matt Martz
|
8f2f8a5b53
|
DRY up dict conversion and fix serialization error
|
11 years ago |
James Tanner
|
74e7eba528
|
Fixes #4506 test length of context before checking invalid indexes
|
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
|
36ca726258
|
Fixes #4522 Document that comments in ini files will be discarded with the ini module
|
11 years ago |
Michael DeHaan
|
75b831318e
|
Merge pull request #4844 from matburt/patch-1
Fix bad links on Arch aur package readme.
|
11 years ago |
James Tanner
|
fa62ee46bf
|
Set the correct version added for the hostname module
|
11 years ago |
Matthew Jones
|
1eb8b4a49d
|
Fix bad links on Arch aur package readme.
These were totally wrong and somehow pointing to completely unrelated projects.
|
11 years ago |
jctanner
|
01a054d2be
|
Merge pull request #3940 from hnakamur/hostname_module
Add a hostname module, which sets system's hostname.
|
11 years ago |
jctanner
|
e08f685507
|
Merge pull request #3937 from masahide/devel
Supports to the playbook of Process Substitution
|
11 years ago |
James Tanner
|
934ec1c0b6
|
Addresses #4801 Update file module docs to indicate behavior for relative src paths
|
11 years ago |
jctanner
|
bd9fb39634
|
Merge pull request #4801 from sspans/devel
Add support for relative symlinks
|
11 years ago |
James Tanner
|
3cdb968ebe
|
Fix some information in the docsite for the password lookup plugin
|
11 years ago |
jctanner
|
8e8c8efc8f
|
Merge pull request #4769 from alanfairless/more-password-entropy-revised
Revised patch for more password entropy
|
11 years ago |
jctanner
|
f51b8ffde9
|
Merge pull request #4836 from dekked/devel
Bug fix: support running handlers parametrized by name
|
11 years ago |
James Tanner
|
898de833b0
|
Merge pull request #4413 from jerm/ansible
Add capability to pass in a PATH prefix to run_command and allow pip module
to utilize that to make virtualenv bin/ available in pip installs
|
11 years ago |
James Tanner
|
6cdc99286c
|
Merge pull request #4307 from damianmoore/mysql_gzip_bzip2_support
Add support for compressing mysql dumps and extracting during import.
|
11 years ago |
jctanner
|
bb62138529
|
Merge pull request #4837 from stevetjoa/devel
Adding link to up-to-date ansible-examples GitHub repo.
|
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
|
6a5672c997
|
Merge pull request #4835 from sivel/rax-clb
Add module to create Rackspace Cloud Loadblancers. Fixes #4794
|
11 years ago |
Matt Martz
|
2065253c3e
|
Rename rax_clb to rax_clb_nodes in docs and examples
|
11 years ago |
Alan Descoins
|
bb6f02d0e8
|
Support running handler parametrized by name.
|
11 years ago |
jctanner
|
e36781dace
|
Merge pull request #4603 from claco/rax_network_module
Add rax_network module
|
11 years ago |
Matt Martz
|
9d684c9e8e
|
If you try to delete a balancer that isn't there, don't blow up
|
11 years ago |
Matt Martz
|
772fbb8d0a
|
Updates to rax_clb module
|
11 years ago |
Christopher H. Laco
|
0be54b5585
|
Added replacement rax_clb that does LB detailed creation
|
11 years ago |
Christopher H. Laco
|
6a964496b1
|
Renamed rax_clb to rax_clb_nodes since it's node management and not clb creation
|
11 years ago |
jctanner
|
015662f5ef
|
Merge pull request #4358 from eslng/apt_add_dpkg_options
apt: allow specifying dpkg options
|
11 years ago |
jctanner
|
277dda5373
|
Merge pull request #4489 from cove/devel
add docker module
|
11 years ago |
jctanner
|
6cebfccd7f
|
Merge pull request #4440 from AndydeCleyre/patch-2
Set default of 'yes' for update_cache, as is in the documentation
|
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 |
James Tanner
|
aaa44f9151
|
Add doc example for lineinfile without a regexp parameter
|
11 years ago |
James Tanner
|
9ac91916c3
|
Merge pull request #4660 from kolbyjack/lineinfile_no_regexp
|
11 years ago |
James Tanner
|
6694b28d51
|
Fix merge conflict
|
11 years ago |
James Tanner
|
ce29c158a9
|
Address #4573 Check interface keys and return gracefully on solaris zones
|
11 years ago |
jctanner
|
31b5b66eb1
|
Merge pull request #4776 from jlaska/ec2_wait_on_terminate
Honor wait on ec2 instance termination
|
11 years ago |