Ricardo Carrillo Cruz
344a559b61
Allow passing domain name on os_server
...
A cloud admin can search domains, thus it should be possible
to pass a domain name, just like ids.
2016-12-08 11:24:13 -05:00
David Shrewsbury
b750b926d3
Fix size parameter documentation
...
The generated documentation shows the size parameter as required.
Set 'required' to 'false' and move the explanation to the description.
Fixes #3278
2016-12-08 11:24:13 -05:00
Brian Coca
d035961d1c
added version added
2016-12-08 11:24:13 -05:00
Yannig Perré
72d3aab736
Add an example of extra_hosts option.
2016-12-08 11:24:13 -05:00
Rene Moser
facf61366e
openstack: os_server: add version_added for scheduler_hints
...
See #3172
2016-12-08 11:24:13 -05:00
Ted Timmons
8c6741b2bb
fix typo in documentation
...
let's -> lets
2016-12-08 11:24:13 -05:00
Taras Lipatov
b5fb47e28e
Fixed typo json_fail to fail_json
2016-12-08 11:24:13 -05:00
Fabian Fülling
eaa7e717a2
Fixes #2039 Convert None to 0 when checking if ELB cookie expiration has changed
2016-12-08 11:24:12 -05:00
Jonathan Davila
f24c3fb40e
Clarified IAM module doc
2016-12-08 11:24:12 -05:00
David Hocky
d6e32b8245
add explicit type for scheduler hints
2016-12-08 11:24:12 -05:00
David Hocky
3b800f1f34
port 'scheduler_hints' feature from nova_compute to os_server module
2016-12-08 11:24:11 -05:00
Neil Saunders
83039b93f0
Fix for issue #3109 : Executing ec2_group with rules fails with "Invalid rule parameter '['"
2016-12-08 11:24:11 -05:00
Nate Brown
b891b0c9bc
ELB Proxy Protocol support for backends
2016-12-08 11:24:11 -05:00
Joel
e3de705d0c
Allow us to sort by all available datatypes
2016-12-08 11:24:11 -05:00
Schlueter
734811910e
Add missing quote in docker documentation
2016-12-08 11:24:11 -05:00
Brian Coca
b61d531dfc
corrected typo on aws connection arguments var
2016-12-08 11:24:10 -05:00
Terry Howe
a06b07221d
Fix openstack module documentation
2016-12-08 11:24:10 -05:00
Constantin07
33079b2b7f
Treat 'is_public' option as a bool
2016-12-08 11:24:10 -05:00
Andrey Gubarev
edde3b49cf
update docker_image's path param type to 'path'. Fixes #3175
2016-12-08 11:24:10 -05:00
curious-eyes
e16367739e
Fix #2761 : gce.py - UnboundLocalError: local variable 'md'
2016-12-08 11:24:10 -05:00
Tom Bamford
1cace51ed6
Bugfix: Permit SOA record type
2016-12-08 11:24:09 -05:00
Ryan-Neal Mes
2fa3f16012
Indented code so it only executes tag comparison for matching cird values
2016-12-08 11:24:09 -05:00
Tobias Gesellchen
db14b544a5
add `env_file` support (original code from @vpetersson)
2016-12-08 11:24:09 -05:00
Kanwei Li
a2a3d2fc06
Add new Dv2 Azure instances
2016-12-08 11:24:09 -05:00
Will Thames
52accd7d1f
Use connect_to_aws where possible
...
`connect_to_aws` fixes a bug with security tokens in AWS.
Modules should use that rather than calling
`boto.x.connect_to_region`
2016-12-08 11:24:09 -05:00
Tim Alkemade
be19982313
GCE module does not fetch disk images if not necessary
2016-12-08 11:24:09 -05:00
Jonathan Davila
7f338e13ff
Updated ec2_lc docs
2016-12-08 11:24:08 -05:00
Constantin07
3dde5196aa
Added explicit type for 'tags' option
2016-12-08 11:24:08 -05:00
Brian Coca
7a804fd17c
tolerate environment not being set
...
default will be the same as before, None/null
2016-12-08 11:24:07 -05:00
Constantin07
94345349a6
Fixing issue #3057 - AttributeError: 'str' object has no attribute 'items'
2016-12-08 11:24:07 -05:00
Pete Travis
b504625f72
quote fail
2016-12-08 11:24:07 -05:00
Pete Travis
f6efa9aaa5
expand when opening too
2016-12-08 11:24:07 -05:00
Pete Travis
57703450f5
use expanduser() before testing user_data as file
...
I like to use ~/somepath instead of absolute paths because
that's more shareable. Without expansion, the path wasn't
considered a file, and the resulting cloud-config user_data
contained a string for the file path instead of the file context.
So, expand it.
2016-12-08 11:24:07 -05:00
Konstantin Suvorov
762bd3a801
Fix docker container restart
...
restart_containers(containers.running) may try to restart containers
that are deleted when looping through get_differing_containers()
fix this by refreshing list after first loop
2016-12-08 11:24:07 -05:00
Daan Oosterveld
6b4fbe62de
Adds ulimit to the docker module
...
The ulimit will be specified as a list and separated by colons. The
hard limit is optional, in which case it is equal to the soft limit.
The ulimits are compared to the ulimits of the container and added
or adjusted accordingly on by a reload.
The module ensures that ulimits are available in the capabilities
iff ulimits is passes as a parameter.
2016-12-08 11:24:07 -05:00
Scott Brown
ba2bc1dbfe
Fixing missing interpolation variable
2016-12-08 11:24:07 -05:00
Brian Coca
ab6242bace
fixed rax_cdb argument spec
...
now we pull the actual arguments and added aliases to be nice
fixes #3075
2016-12-08 11:24:07 -05:00
Daniel Petty
f26199d962
replaced sudo with become
2016-12-08 11:24:06 -05:00
Matt Martz
aaf762573e
Various simple linting type cleanups on modules
2016-12-08 11:24:06 -05:00
David Shrewsbury
d7568a50e2
Fix parameters where type is assumed.
...
A change is coming to Ansible where module params will default to str.
Many of our modules were taking advantage of this by not being explicit
about the type, so they will break when that change merges. This hopefully
catches those cases.
2016-12-08 11:24:05 -05:00
Jason Kohles
bc834ff564
Enable env vars for vsphere_guest
...
This commit allows the connection information for
the vsphere_guest module to be provided as environment
variables, which makes it possible to use Cloud
Credentials from Ansible Tower in playbooks that utilize
vsphere_guest.
| ENV VAR | vsphere_guest param |
| --------------- | ---------------------- |
| VMWARE_HOST | vcenter_hostname |
| VMWARE_USER | username |
| VMWARE_PASSWORD | password |
2016-12-08 11:24:05 -05:00
Mike Caspar
ea8097a821
Documentation updates to use complete YAML : syntax instead of key=val syntax. Adjusted example to use "" where appropriate to pass YAML Syntax checker per Contribution guidelines.
...
See Issue [# 2879](https://github.com/ansible/ansible-modules-core/issues/2879 )
2016-12-08 11:24:05 -05:00
David Shrewsbury
66c83fc788
Fix for os_server module when specifying region
...
Fix the OpenStack os_server module for when region_name is specified.
This should not be passed through to the shade create_server() call
as it's only used with the auth parameters.
Fixes bug: https://github.com/ansible/ansible-modules-core/issues/2797
2016-12-08 11:24:04 -05:00
Monty Taylor
6aaee42604
Add user_data alias for userdata in os_server
...
The old nova_compute module called the parameter user_data - having an
alias to the old name is friendly.
Fixes Issue #2920
2016-12-08 11:24:04 -05:00
jjshoe
56f1d6f794
Less engrish
2016-12-08 11:24:04 -05:00
Michael Baydoun
7234ead259
Update ec2.py
...
Documentation is not clear that tag used in count_tags must be an existing instance_tag
2016-12-08 11:24:04 -05:00
Brian Coca
f1d2c71f83
corrected description key spelling
2016-12-08 11:24:04 -05:00
James Cammarata
de082490db
Fixing user_data version_added
...
Fixes #2634
2016-12-08 11:24:03 -05:00
Toshio Kuratomi
a21ce559e5
Make validate_certs for vsphere_guest work with older python2
2016-12-08 11:24:03 -05:00
Alexey Wasilyev
f8adc99196
docker: fix failing in case of empty image tag
2016-12-08 11:24:02 -05:00