Brian Coca
94101a7271
Merge pull request #2398 from luto/feature/vsphere_guest/facts_power_status
...
vsphere_guest: add power status to facts
10 years ago
Brian Coca
f1754fb51e
Merge pull request #2376 from mtpereira/fix_2351
...
Add support for legacy registries to pull_image().
10 years ago
Brian Coca
d2c520de91
Merge pull request #2789 from dddpaul/docker_timeout
...
Add "timeout" option to Docker module
10 years ago
Matt Davis
068c55ea0e
Merge pull request #2711 from tksarah/azure_modify
...
Fix azure.py, "ResetPasswordOnFirstLogon parameter is deprecated"
10 years ago
Brian Coca
f312f48937
Merge pull request #2759 from chrrrles/nolog
...
adding no_log to vsphere_guest password
10 years ago
Pavel Derendyaev
61fdb52039
Add "timeout" option to Docker module
10 years ago
Brian Coca
b08cf6b94f
Merge pull request #2730 from bcoca/iam_policy_json
...
be smarter when dealing with policy_json input
10 years ago
Ben Visser
410ee32770
staging that num_nodes is required when state=present
10 years ago
Brian Coca
1fe6479617
be smarter when dealing with policy_json input
...
Now module will assume that if the argument is a string it is already formated as json
and will only try to convert non strings into json string.
Also removed unused 'msg' var declarations and the ifs that set them
fixes #2009
10 years ago
Brian Coca
907b7f7cf4
fix bad linebreak
10 years ago
Charles Paul
5e91c7b4d4
adding no_log to password
10 years ago
Michael Scherer
90f8228fb1
Fix #2629 , replace choices=BOOLEANS by type='bool'
10 years ago
Sam Thursfield
6e9adc4687
os_server: Add some error checking for the 'nics' parameter
...
If this parameter was not of the right type, the module would fail with a
traceback, with a "AttributeError: 'str' object has no attribute 'get'"
exception.
It now gives a proper error message on type errors.
10 years ago
tksarah
e022b7418e
Edit azure.py
10 years ago
tksarah
215632d565
Edit azure.py
10 years ago
Toshio Kuratomi
fcb3397df7
Fix up documentation
10 years ago
Toshio Kuratomi
15c1c0cca7
entrypoint feature added in 2.1
10 years ago
Toshio Kuratomi
2220dc8e12
Merge pull request #2185 from AndrewPashkin/add_entrypoint_param_to_docker_module
...
Add entrypoint parameter to docker module
10 years ago
Toshio Kuratomi
ba3ee25172
labels is actually not aded in 1.9.4 but in 2.1
10 years ago
Omar Khan
19ebc45364
Add stop_timeout option to docker module
10 years ago
Toshio Kuratomi
d907f889a3
Merge pull request #1972 from yannh/docker-restarted
...
Docker module: restarted should update the container when necessary
10 years ago
Toshio Kuratomi
d6d3a8b21c
Merge pull request #1903 from andynelson/extra-route-targets
...
ec2_vpc module update (eni and vpc peering connections & return state on termination)
10 years ago
Toshio Kuratomi
5fe0fbbf20
Merge pull request #1883 from haad/ec2_elb_fixes
...
Two fixes for ec2_elb_lb module to make stickiness work with undefined expiration period
10 years ago
Toshio Kuratomi
581b4f6de6
Add version_added to documentation
10 years ago
Joe Quadrino
8fe5d6f7ef
add devices parameter for docker module
10 years ago
Pedro Romano
1bd04f797e
GCE libcloud 0.15 support and code cleanup
...
* Code formatting (indentation and white space) fixes for improved PEP8 conformity.
* Remove redundant backslashes inside parentheses.
* Test for object identity should be 'is not None'.
* Test for membership should be 'not in'.
* Fit docstring to the PEP8 79 character limit.
* Use forward compatible Python 2.6+ 'except .. as' syntax for exception handling.
* Support libcloud > 0.15 'metadata' argument format.
10 years ago
Brian Coca
23c4297c96
Merge pull request #2703 from agireud/fix_boot_volume
...
Update root_volume variable
10 years ago
Chrrrles Paul
92fd2a9436
Merge pull request #2564 from luto/feature/vsphere_guest/support_nested_folders
...
vsphere_guest: support putting a guest into a nested folder
10 years ago
Alberto Gireud
9cc67e45a6
Update root_volume variable
10 years ago
Toshio Kuratomi
f04cd88d22
Fix os_server docs build
10 years ago
Donovan Jones
cf061dd93a
fix typo in os_server security_groups description
10 years ago
Chrrrles Paul
e252fffb92
Merge pull request #2689 from tsmolka/patch1
...
Making cluster parameter optional
10 years ago
Brian Coca
6b13da738b
updated module docs, added choices to state
10 years ago
Brian Coca
a6223ba43c
Merge pull request #2577 from emonty/pass-volume-args
...
Pass volume args to OpenStack Server creation
10 years ago
Brian Coca
4e8d04d248
Merge pull request #2159 from leonty/devel
...
Support 'labels' parameter for docker.
10 years ago
Monty Taylor
187a4bd505
Add support for network, boot_from_volume and volumes
...
nics is a great flexible parameter, but it's wordy. Shade now supports
a simple parameter too, which is just "network" and takes a name or id.
Add passthrough support.
In addition to supporting booting from a pre-existing volume, nova and
shade both support the concept of booting from volume based on an image.
Pass the parameters through.
Shade supports boot-time attachment of additional volumes for OpenStack
instances. Pass through the parameter so that ansible users can also
take advantage of this.
10 years ago
Tobias Smolka
0cacadb670
Making cluster parameter optional
10 years ago
Brian Coca
1590f49618
Merge pull request #2655 from traveloka/fix-ec2-vol
...
Set the argument type for ec2_vol's encrypted parameter
10 years ago
Brian Coca
a876704740
Merge pull request #2239 from boushley/devel
...
Fix issue with comparing versions improperly
10 years ago
Brian Coca
0250ea1507
Merge pull request #2097 from phanect/gcenet-errormsg
...
Error message & doc improvement for ipv4_range
10 years ago
Brian Coca
ed43b66d77
made note that Z/z are only 2.1 options
10 years ago
Brian Coca
38d651fb82
Merge pull request #2455 from solidm/selinux
...
Add support for 'z' and 'Z' option for volumes for selinux hosts
10 years ago
Brian Coca
f680076686
Merge pull request #2663 from timrchavez/fix_add_ips_to_server
...
Get new server object after adding floating IP
10 years ago
Chrrrles Paul
a56d652c7b
Merge pull request #2196 from fennm/vmware_clone_to_folder
...
Support cloning VMs into a specific VM folder
10 years ago
Chrrrles Paul
b4254fe1a4
Merge pull request #2182 from serialdoom/devel
...
vsphere: automatically add new drives
10 years ago
Timothy R. Chavez
b9fe8166fd
Get new server object after adding floating IP
...
We need a new server object once we add the floating ip, otherwise we
will be operating with the older server object pre-floating-ip
assignment.
10 years ago
Michel Alexandre Salim
18f4f5dcc6
Set the argument type for ec2_vol's encrypted parameter
...
If this is not set, Ansible parses the parameter as a string.
This is fine if the parameter is not provided by the caller, but
if it is set to False or True explicitly, ec2_vol receives this as
the string 'False' or the string 'True', both of which are truthy.
Thus, without this fix, setting the parameter results in encryption
always enabled.
10 years ago
Brian Coca
15dcabe012
Merge pull request #2541 from joshuaeke/patch-1
...
Update ec2.py remove state tag
10 years ago
Arthur Clement
bfcdb05597
Example of single instance with ssd gp2 root volume creation
10 years ago
Brian Coca
43d2ecda06
Merge pull request #2546 from traveloka/fix-ec2-snapshot-info
...
Fix ec2_snapshot documentation
10 years ago