Adrian Bridgett
6bc4c877fc
remove unneeded aliases
8 years ago
Adrian Bridgett
f90bcfee1f
add idle_timeout support
8 years ago
Kai Webber
4a8bd74f52
Added launch group support for ec2 module
8 years ago
Michael Fenn
89eec3e4cf
Support cloning VMs into a specific VM folder
...
The pysphere VIVirtualMachine.clone() method supports specifying a VM
folder to place the VM in after the clone has completed. This exposes
that functionality to playbooks.
Also documents that creating VMs could always place VMs in a specific
folder.
8 years ago
Mike
922cf9d96b
update_disks(): added origins of the code.
8 years ago
Mike Christofilopoulos
0e1ff271c9
add new disks automatically when the 'vm_disk' section changes
8 years ago
Philippe Jandot
5b7d72e4ef
fix regression introduced by f38186ce8b
, and propose a fix for docker facts
8 years ago
Felix Engelmann
abca0327b9
re-implements #226
...
in optional (editable) way
with backward compatibility
8 years ago
Toshio Kuratomi
66a4cb5c13
Make cache_parameter_group the name of this new param to match with similar params (leave old name as an alias)
8 years ago
Toshio Kuratomi
a692b2e4af
Revert "Expose cache_parameter_group_name in elasticache module"
...
This PR #1950 implements duplicate functionality to #1353
This reverts commit b04efa22c4
.
Conflicts:
cloud/amazon/elasticache.py
8 years ago
Brian Coca
4d74c1d508
added missing version added
8 years ago
Toshio Kuratomi
7ae4bdadfc
Fixes for bcoca's review of #1916
8 years ago
wtanaka.com
c31a6fd23f
Update target parameter documentation
...
xz support was only added recently (2015-05-15), so referring to it
unqualified in the online documentation is confusing.
8 years ago
Greg DeKoenigsberg
248ea2deea
Remove @ralph-tice from maintainership per his request
8 years ago
Greg DeKoenigsberg
1c0b231e29
Clarity of owner, even though module is deprecated
8 years ago
Greg DeKoenigsberg
f08d60388c
@bradobro stepping down as maintainer
8 years ago
Greg DeKoenigsberg
742b452dc1
@lorin stepping down as maintainer
8 years ago
Gilad Peleg
9cb4388f9e
Add state=running on some ec2 examples
...
`state=running` was missing in some of the ec2 module examples
8 years ago
Sarah Haskins
3ad19e75cc
Expose cache_parameter_group_name in elasticache module
...
The cache_parameter_group_name was not previously exposed in
elasticachy.py, I have exposed it, as optional.
8 years ago
Bill Nottingham
8fdf18cfa1
win_msi: document extra_args
...
The extra_args parameter was not documented. It's needed for installing some MSIs.
8 years ago
Harlan Lieberman-Berg
a32e5932e9
Give include_recommends a useless default to make the parser happy.
8 years ago
Harlan Lieberman-Berg
f9c435ebd5
Add missing brace.
8 years ago
Harlan Lieberman-Berg
1ff12b66fb
Change install_recommended in apt to a trinary.
...
Conditions are now "yes", "no", and "default", with the latter falling
back to the OS default.
8 years ago
Harlan Lieberman-Berg
8ef4715cf6
Change behavior of apt.py around installing recommended packages.
...
Closes #1189 .
This will cause the settings in Ansible to override the system settings.
That will have no effect except on systems that have an out-of-Ansible
configuration that disables automatic installation of recommended
packages. Previously, ansible would use the OS default whenever
install_recommends wasn't part of the playbook. This change will cause
the Ansible default configuration setting of installing recommended
packages to override the configuration files set on the OS for things
installed through ansible, even when there is no install_recommends
specified in the playbook. Because the OS default matches the Ansible
default, this shouldn't have wide impact.
8 years ago
Toshio Kuratomi
2619ec5321
Fix issues version_added and chaged => changed typo
8 years ago
sysadmin75
12c2c2b436
Adds tmp_dest option to get_url module. Addresses the issue in ansible/ansible#9512
8 years ago
Michael Schuett
e61a4f2fb5
Fix message
...
Previous fix did not actual work. This fix does however.
8 years ago
Michael Schuett
0cefc2358b
Handle connection error
...
Try and help when mac hits a connection error.
8 years ago
Michael Schuett
536bfb521a
remove .geturl()
...
Can't call geturl on a string.
8 years ago
Michael Schuett
6ff693f975
Remove faulty logic
...
Update logic after splitting the error into two separate messages.
8 years ago
Michael Schuett
5a20bb473b
Documentation Fix
...
Updated documentation to match current module state.
8 years ago
Michael Schuett
8d1f8dacba
Improve Message
...
Give user a course of action in the case where the suggestions do not
work. This will hopefully allow us to work through any further issues
much faster.
8 years ago
Michael Schuett
53294dbaaa
Improve Error Reporting
...
This will hopefully help mac users be able to quickly resolve any issues
they may find when trying to use this module.
8 years ago
Michael Schuett
75a61ae6e1
docker_image TLS
...
Check commit enables using tls when using the docker_image module. It
also removes the default for docker_url which doesn't allow us to check
for DOCKER_HOST which is a more sane default. This allows you to use
docker_image on OSX but more documentation is needed.
8 years ago
Brian Coca
c8a7c25468
code cleanup and reoorg, renamed vars and functions to actual purpose reneabled logging of steps
8 years ago
Brian Coca
3906fd426b
document mysql collation can only be set during creation
8 years ago
Toshio Kuratomi
fda9eeaa89
Use select in wait_for so that we don't get stuck in cornercases:
...
* reading from a socket that gave some data we weren't looking for and
then closed.
* read from a socket that stays open and never sends data.
* reading from a socket that sends data but not the data we're looking
for.
Fixes #2051
8 years ago
Toshio Kuratomi
f6353a548c
Document and return an error if httplib2 >= 0.7 is not present. We
...
can't use httplib2 0.6.x and below because they do not verify TLS
certificates and thus are insecure.
Fixes #1875
8 years ago
Brian Coca
f7f8df1773
since find doesn't make changes, support check mode and gather data for other tasks in check mode
8 years ago
Toshio Kuratomi
5425f3e757
Correct typo in yum module docs
8 years ago
Jonathan Mainguy
833676960d
Update doc to reflect password is required if adding a new user
8 years ago
Jonathan Mainguy
346c9ab80e
Update error message to be more explicit
8 years ago
Toshio Kuratomi
a179d06a91
Simplify logic to handle options set to empty string
...
Fixes #2125
8 years ago
Patrick Galbraith
223c689ec0
Fix to issue 12912. Supply 'force' to install of python-apt.
8 years ago
Toshio Kuratomi
5f87f9deda
Note the difference between yum package groups and environment groups.
...
Fixes https://github.com/ansible/ansible/issues/12873
8 years ago
Brian Coca
d2cffb31c3
rearranged systemd check, removed redundant systemctl check fixed unused cmd and state var assignements
8 years ago
Simon Hafner
923e442409
added earlier paths to systemd
...
2b583ce657
b925e72633
8 years ago
Lars Kellogg-Stedman
51fae74e7c
make os_router return a top level 'id' key
...
make os_router return a top-level 'id' key, much like other
os_* resources.
8 years ago
James Cammarata
4faff0a56a
Version bump for new beta 2.0.0-0.4.beta2
8 years ago
Lars Kellogg-Stedman
45cc987fe0
allow os_port to accept a list of security groups
...
with this commit, the `security_groups` attribute for `os_port` will
accept either a common-delimited string or ` YAML list. That is, either
this:
- os_port:
[...]
security_groups: group1,group2
Or this:
- os_port:
[...]
security_groups:
- group1
- group2
8 years ago