David Passante
382641ff24
cs_account: Implement role parameter support ( #46166 )
2018-09-27 07:37:56 +02:00
Yunge Zhu
69594c5370
add azure_rm_cdnprofile and azure_rm_cdnprofile_facts ( #45097 )
...
* add cdn profile with facts
* fix merge issue
* fix version
* fix lint
* move cdn client out of azure_rm_common
* fix lint
* fix helper
* fix code bug
* fix bug
* fix import
* fix typo
* fix test
2018-09-27 10:10:01 +10:00
René Moser
f73996e6eb
cs_resourcelimit: use query_api for error handling ( #46036 )
2018-09-26 09:05:48 +02:00
René Moser
48b9992446
cs_ip_address: use query_api, fixes error handling ( #46034 )
2018-09-26 09:05:07 +02:00
René Moser
7f92a8c94c
cs_staticnat: fix sanity ( #46037 )
2018-09-26 09:03:16 +02:00
René Moser
c09b785a66
cs_instance: doc: fix typo in examples ( #46035 )
2018-09-26 09:02:06 +02:00
Felix Fontein
95cfcac694
docker-py: bump minimal version to 1.8.0 ( #46134 )
...
* Bumping docker-py minimal version to 1.8.0.
* Improve docs formatting.
2018-09-26 11:58:32 +05:30
Abhijeet Kasurde
c98cec17e0
VMware: trigger customization for customization_spec ( #45415 )
...
This fix allows to trigger VM customization if user specifies
customization spec.
Fixes : #44159
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-09-26 02:26:45 -04:00
Abhijeet Kasurde
a6b095756c
VMware: Add support for service type ( #40651 )
...
* Add support for - Replication, Provisioning
* Update documentation
* Update example
Fixes : #40529
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-09-26 11:53:45 +05:30
Nathan Webster
3b786acb86
EC2_ASG: Enable support for launch_templates ( #45647 )
...
* Enable support for launch_templates in ec2_asg
* Fix asg create with LT and no version number
* Update mutually exclusive list
* Better function names
2018-09-25 16:39:34 -04:00
José Maia
923a7bd30f
[azure] Fix name for the symbol * in docs ( #46119 )
...
Correct name is "asterisk", not "asterix", which is a popular franco-belgian comic character!
+label: docsite_pr
2018-09-25 15:21:24 -04:00
Zim Kalinowski
6056b89675
fix for managed disk facts ( #46021 )
2018-09-26 00:48:22 +08:00
abarbare
98b0594352
feat: add scaleway security group module ( #45686 )
...
fix: pep8 coding style
fix: error order requests
2018-09-25 16:39:49 +01:00
René Moser
e7926cf9f4
cs_instance: fix host migration without volume ( #46115 )
2018-09-25 16:48:45 +02:00
Abhijeet Kasurde
4b4b21d745
[docs] Fix typos in aws_s3 and s3_bucket module docs ( #46106 )
...
Eucalypus to Eucalyptus
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-09-25 08:57:44 -04:00
Hirshr
c11c3506cd
spotinst_aws_elastigroup elastic_ips example ( #41190 )
...
* Update spotinst_aws_elastigroup.py
2018-09-25 11:41:07 +01:00
Anoop Sood
d1688adefc
Update sl_vm.py ( #43966 )
...
* Update sl_vm.py
Updated the list of datacenters to include new datacenters.
2018-09-25 11:15:51 +01:00
Sandra McCann
c5a8a911b3
fix doc links ( #46094 )
2018-09-24 16:08:05 -05:00
Dominik Holler
67e87d3d1c
ovirt_host_network: Add save parameter to example ( #45965 )
...
The parameter 'save' is added to an example and the default
behavior is mentioned in the description of the other
examples.
2018-09-24 16:44:07 -04:00
Rémy Léone
53886ecc9b
Add an Online servers fact
2018-09-24 21:03:50 +02:00
Vinay Dandekar
fe6b7f6b5d
[aws] Change IAM role name parsing to come from the ARN ( #45534 )
2018-09-24 12:41:23 -04:00
Sloane Hertel
485320aab8
[sns_topic] Don't mask non-authorization errors ( #46030 )
2018-09-24 11:58:46 -04:00
Dag Wieers
f90fc8a9a2
Fix author in modules ( #46068 )
...
Fix a few cases where the author was incomplete or incorrect.
2018-09-24 10:14:29 -05:00
José Maia
9039002886
Fix typo in Azure ARM module documentation ( #46065 )
2018-09-24 09:57:23 -05:00
Rémy Léone
6d7004f367
Add a Scaleway IP module ( #45121 )
...
- Add an option to enable public ip at server creation
2018-09-24 10:14:23 -04:00
Felix Fontein
7caf70db42
docker_container: fix various idempotency problems and non-working options ( #45905 )
...
* Sorting args.
* Doing comparisons of options with container parameters in a more context-sensitive way.
This prevents unnecessary restarts, or missing restarts (f.ex. if parameters are removed from ``cmd``).
* Make blkio_weight work.
* Fix cap_drop idempotency problem.
* Making groups idempotent if it contains integers.
* Make cpuset_mems work.
* Make dns_opts work.
* Fixing log_opts: docker expects string values, returns error for integer.
* Adding tests from felixfontein/ansible-docker_container-test#2 .
* Make uts work.
* Adding changelog entry.
* Forgot option security_opts.
* Fixing typo.
* Explain strict set(dict) comparison a bit more.
* Improving idempotency tests.
* Making dns_servers a list, since the ordering is relevant.
* Making dns_search_domains a list, since the ordering is relevant.
* Improving dns_search_domains/dns_servers.
* Fixing entrypoint test.
* Making sure options are only supported for correct docker-py versions.
2018-09-24 10:40:05 +01:00
René Moser
83ec418470
cs_loadbalancer_rule_member: fix error handling ( #46012 )
...
* make use of query_api
* fix sanity
2018-09-22 13:40:40 +02:00
Tom Hodder
c123b4e7ef
digital_ocean_domain: fix to allow updating the module param ip between calls ( #42009 )
...
* update the domain record with the new ip from params if resource exists
* fixes for pylint and pep8 checks
2018-09-22 03:13:20 -04:00
Matt Davis
3b52d968e6
fix premature exit when RG doesn't exist ( #46013 )
...
* fixes #45941
* corrects regression introduced by #26104 ; when the resource group doesn't exist, the module exits prematurely with an error instead of creating it.
2018-09-21 16:23:21 -07:00
Abhijeet Kasurde
0ecbd50c3b
Misc typo fixes ( #45969 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-09-21 14:43:22 +01:00
Abhijeet Kasurde
a9680ee3ef
VMware: new module vcenter_extension_facts ( #45472 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-09-21 13:57:47 +05:30
lwm
0947948d6b
Use dashes not underscores for linode labels. ( #44719 )
...
This is because underscores are illegals in hostnames and users might
want to create the same host names are the name of the Linode machine
(as in the report in #30059 ).
Closes https://github.com/ansible/ansible/issues/30059 .
2018-09-20 15:42:45 -04:00
lwm
4774ea7a15
Linode: docs note for py3 limitation and deprecated API ( #44723 )
...
* Add note that linode-python having no py3 support.
Closes https://github.com/ansible/ansible/issues/44695 .
* Add note that the module uses the deprecated API.
2018-09-20 15:41:46 -04:00
Michael Johnson
1a3bc7d746
Update azure_rm_virtualmachine.py ( #45325 )
...
* Update azure_rm_virtualmachine.py
A lot of Azure images are not cloud-init ready and need to be prepared manually before attempting to use the custom_data option of this module. Adding a line to the description to make others aware. If, like me, they are used to working with AWS AMIs that all seem to have cloud-init baked in, this could prevent some troubleshooting as to why their custom_data scripts aren't running in Azure.
* fixing addition to azure_rm_virtualmachine.py
* Update azure_rm_virtualmachine.py
* final update
* fixed url syntax
* nuked trailing whitespace
2018-09-21 02:22:53 +08:00
Rémy Léone
7c7a7efbbe
Add an option to enable public ip at server creation ( #44826 )
2018-09-20 12:13:26 -04:00
Yanis LISIMA
45c7facd64
ec2_vpc_igw: migrate to boto3 ( #45346 )
...
* ec2_vpc_igw: draft migrate to boto3
* ec2_vpc_igw: migrate to boto3
* ec2_vpc_igw: fix error and implement code review
* ec2_vpc_igw: always catch BotoCoreError with ClientError, remove unused fail method
* ec2_vpc_igw: fix pep error
2018-09-20 19:56:19 +10:00
Zim Kalinowski
60979a96a9
Fixing azure_rm_containerregistry_facts ( #45897 )
...
* fixing cr facts
* final fix?
* fixed
* syntax
* sanity
2018-09-20 16:58:07 +08:00
Dag Wieers
197ddd3c45
Fix incorrect type in arg_spec
2018-09-20 02:13:29 +02:00
Zim Kalinowski
83645963fb
Fixing assigning ssl certificate to http listener in app gateway ( #45830 )
...
* fixed ssl certificate reference
* modified test
2018-09-19 17:00:27 -07:00
Zim Kalinowski
16fa49a894
adding os disk name ( #45126 )
...
* adding os disk name
* fixed test
2018-09-19 16:51:37 -07:00
Adrián
f85065dabf
Explain disk size in mount and add example ( #41681 )
...
* Explain disk size in mount and add example
- Explain mount with 8GB
- Add new example to start container with mount
* Removed trailing whitespace
2018-09-19 20:01:49 +01:00
Dag Wieers
2edf20d1ed
Docs: Avoid use of 'default: null' ( #45795 )
...
Various modules document the default 'null' value, but it causes None to
be shown in the documentation explicitly.
2018-09-19 09:02:27 -05:00
Jon Dufresne
2097d25506
Correct capitalization of PyPI ( #45698 )
...
As spelled on https://pypi.org/ .
2018-09-19 08:51:49 -05:00
Michael Tipton
1b92e43dcb
VMware: vCenter plugin : new module ( #44963 )
2018-09-19 17:58:11 +05:30
Julien PRIGENT
6059246093
EFS - add support for new Provisioned Throughput ( #43253 )
...
* efs.py: Add support for EFS provisioned throughput
* efs_facts.py: Add support for EFS provisioned throughput
* efs_facts integration tests updated with provision throughput
* efs_facts: Tests refactoring - add failure and success playbook according to botocore version.
* efs_facts: More tests and new option descriptions adjustment
* efs_facts tests renamed to efs
2018-09-19 09:10:56 +10:00
René Moser
1ed3bd9168
vultr: fix for unreliable API behavior ( #45712 )
2018-09-19 00:01:53 +02:00
René Moser
22986648dc
vultr_server: fix diff for user data ( #45753 )
2018-09-18 23:20:11 +02:00
Sloane Hertel
8d2df9be52
ec2_group - fix VPC precedence for security group targets ( #45787 )
...
Update the dictionary with the preferred values last to get the right order of VPC precedence
Fixes #45782
2018-09-18 15:33:19 -04:00
Sloane Hertel
c004a639b3
[ovirt] remove 2.8 deprecations ( #45506 )
2018-09-18 08:28:00 -04:00
mrmagooey
1f8c5905b3
VMware: fix return to return a tuple instead of a bool ( #45764 )
...
fixes "'bool' object is not iterable" exception when `res` is falsey
2018-09-18 16:53:17 +05:30