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
Alexander Kuznecov
9d2f9bf93c
resolves #4855
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
Jonas Pfenniger
b963596e5c
Adds a grove notifier 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
Chris Church
a6135c1c16
Support retrieving EC2 state/previous_state when using newer versions of Boto.
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
Matthias Vogelgesang
2649495fa6
Add zypper_repository module
...
This change adds the "zypper_repository" module to the packaging library. This
module is used to add and remove additional repositories.
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
Christopher H. Laco
f214b9870a
Update module based on upstream feedback
...
- Remove deleted state
- Use dict() instead of raw hash
- Wrap or statements in parens instead of backslash line continuations
- Change instances to networks in module return result
11 years ago
Christopher H. Laco
88083891bb
Add rax_network module
...
Based on the refactor work @sivel is doing, adding a rax_network module
to create/delete networks in the Rackspace Public Cloud.
See: https://github.com/ansible/ansible/issues/4577
11 years ago