Felix Fontein
a74774488d
docker_container: add port range and IPv6 support for published_ports ( #46596 )
...
* Allow port ranges.
* Adding IPv6 support for published_ports.
* Die when hostname is passed instead of IP address.
* Added changelog.
2018-10-08 10:53:24 +01:00
Christian Kotte
ccfa6ff011
VMware: Add check mode support to module vmware_host_ntp ( #46268 )
2018-10-08 15:11:52 +05:30
Christian Kotte
c4cfeb183f
VMware: Add check mode support to module vmware_host_service_manager ( #46271 )
2018-10-08 15:09:38 +05:30
Felix Fontein
77127d6768
docker_container: allow more mount modes for volumes ( #46598 )
...
* Being more strict about volume mount modes.
2018-10-08 10:11:03 +01:00
Abhijeet Kasurde
513be8923d
VMware: new module vmware_host_feature_facts ( #45966 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-10-08 14:28:29 +05:30
Felix Fontein
c5ea3d058e
docker_container: fix problem with published_ports idempotency ( #46595 )
...
* Fix comparisons for expected_ports (set vs dict).
* Added changelog.
2018-10-08 08:41:15 +01:00
Felix Fontein
8afe46dc02
docker_container: improve publish all ports functionality ( #46594 )
...
* Improve handling of published_ports: all.
* Add changelog.
2018-10-08 08:23:23 +01:00
Mehdi Youb
a7425a7e79
proxmox: doc: Fix example for restart container ( #46602 )
...
+label: docsite_pr
2018-10-07 23:22:14 +02:00
flowerysong
be05069c61
Port the sns module to boto3 ( #45634 )
...
* Port sns to boto3
* Exception handling for ARN lookup
* sns: Add integration tests
2018-10-07 16:03:48 -04:00
ABond
f225d90018
Digital Ocean firewall facts ( #46582 )
2018-10-07 05:09:52 -05:00
Rémy Léone
4967ef5936
Specify region in IP facts ( #46210 )
2018-10-07 05:09:12 -05:00
Rémy Léone
2903033c1d
Add region parameters to sg ( #46211 )
2018-10-07 05:09:02 -05:00
Rémy Léone
3a1d8867ed
Add region to server facts ( #46212 )
2018-10-07 05:08:50 -05:00
Rémy Léone
6ab07d1a74
Add region to snapshots facts ( #46213 )
2018-10-07 05:08:25 -05:00
Christian Kotte
5cd1ba3477
VMware: Add check mode support to module vmware_host_dns_facts ( #46530 )
2018-10-06 10:44:33 -05:00
Rémy Léone
c3e5ebfa79
Add region to the volume facts ( #46214 )
2018-10-06 09:36:29 -05:00
Felix Fontein
a520ca3298
docker_container, docker_image_facts: allow to use image IDs ( #46324 )
...
* Allow to specify images by hash for docker_container and docker_image_facts.
* flake8
* More sanity checks.
* Added changelog.
* Added test.
* Make compatible with Python < 3.4.
* Remove out-commented imports.
2018-10-06 08:50:31 -05:00
Felix Fontein
895019c59b
docker_container: fix behavior when image is not specified ( #46322 )
...
* Don't simply ignore container in present() if image is not specified.
* Use image from existing container for recreation if not specified.
* Added changelog.
* Improve comment.
2018-10-06 08:50:12 -05:00
Abhijeet Kasurde
e5878d19de
AWS: check dbname attribute before accessing ( #46253 )
...
Check dbname attribute in instance before accessing it in RDS module
Fixes : #38210
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-10-05 16:37:34 -04:00
rhodain
65952571d6
Ovirt_disk - Add ability to refresh passthrough disks ( #46386 )
...
* Ovirt_disk - Add ability to refresh passthrough disks
A new paramter "host" is added. When this paramter is specified the newly
created disk or an existing disk will refresh its information about the
underlying storage via the specified host. This oprion is only valid for
passthrough disks. This option requires at least the logical_unit.id to be
specified.
* Host search modification and some other minor changes.
* pep8 correction
2018-10-05 08:12:48 -04:00
Martin Nečas
66b1c838c7
Ovirt delete snapshots after x days ( #45551 )
...
* ovirt add snapshot delete after x days
* update logic of deleting snapshot and rename it
* update docs and names of vars
* update docs syntax
* Update ovirt_snapshot.py
* put remove logic to function
* use default removing function for snapshot
2018-10-05 06:38:25 -04:00
Martin Nečas
4c7bb32c1f
Ovirt add kernel persist ( #45555 )
...
* ovirt add kernel persist
* Add description to kernel_params_persist
* update kernel_params_persist control logic
* correct pep8 syntax
* add condition for kernel_params
* put kernel persist check to function
* kernel persist check update tabs
2018-10-05 03:09:45 -04:00
Martin Nečas
d79be6a00c
add external provider to ovirt network ( #43636 )
...
* add external provider to ovirt network
* add version added
* add example
* test of importing external network
* ovirt correct datacenter search in external provider
* repair importing external provider
* update external provider docs
* update pep8 syntax
2018-10-04 18:55:51 -04:00
Christian Kotte
a4961ff32a
VMware: Add check mode support to module vmware_host_firewall_facts ( #46265 )
2018-10-04 05:28:53 -05:00
Christian Kotte
ab26119637
VMware: Add check mode support to module vmware_host_acceptance ( #46260 )
...
* Improve module description
* Add check mode support
2018-10-04 05:27:33 -05:00
Christian Kotte
1589424c3e
VMware: Add check mode support in vmware_host_config_facts ( #46272 )
2018-10-03 07:55:40 -05:00
mrmagooey
b2dc7075df
vcenter_folder - fix error events being generated, incorrect parent folders ( #45951 )
...
* fix error events being generated when vmware folders exist
* fix incorrect parent folders being identified (wrong type)
2018-10-02 14:47:35 +05:30
Will Thames
411397a975
Use recursive_diff for kubernetes ( #45645 )
...
Move recursive_diff from cloudfront_distribution to
common.dict_transformations and reuse it in k8s modules
2018-10-02 03:24:52 -04:00
Zim Kalinowski
2a4bf670bb
clean up doc - removed required: false ( #46357 )
2018-10-01 15:39:40 -07:00
Jason Meridth
667c40e80b
Fix typo in ec2_vpnc_nat_gateway module ( #46304 )
...
- Added space between `format` and `in` on return item `create_time`
2018-10-01 09:16:04 -05:00
abarbare
c5d5d08b6b
feat: add scaleway security_group_rule management ( #45694 )
...
* feat: add scaleway security_group_rule management
2018-10-01 12:37:48 +01:00
Remo Wenger
83e584577a
docker_container: ambiguous parameter "stop_timeout" ( #43874 )
...
* docker_container: Honour stop_timeout when creating docker containers (#43814 )
* Adjusting description to what actually happens.
See docker-py changelog for 2.7.0: 'APIClient.stop will
no longer override the stop_timeout value present in the
container’s configuration.'
* Add a test whether stop_timeout can be configured for the container.
* Added changelog.
* Integrate with comparisons (by default, ignore stop_timeout value for restarts; will be configurable with PR ansible/ansible#44789 ).
* Fix config change code and tests (#2 )
* Improving wildcard test.
* Using correct config.
2018-09-30 12:03:53 +01:00
Ondra Machacek
142d1f1f1c
ovirt_host: Fix fail condititon of upgrade ( #46104 )
...
Signed-off-by: Ondra Machacek <omachace@redhat.com>
2018-09-28 09:59:59 +01:00
Felix Fontein
84682464c7
docker_container: allow to configure comparison for existing containers ( #44789 )
...
* Added comparison configuration.
* Improving user feedback on specifying a wrong option.
* Avoid bare except.
* Added basic integration tests.
* Adding wildcard support.
* Warn if ignore_image=yes is overridden.
* Added changelog fragment.
2018-09-28 08:33:38 +01:00
Sloane Hertel
9efc3dc761
Fix ec2_group for EC2-Classic accounts ( #46242 )
...
* Fix ec2_group for EC2-Classic accounts
* changelog
2018-09-27 23:11:04 -04:00
Felix Fontein
a727a1ee67
[aws] route53 module: fix idempotency for CAA records ( #46049 )
...
* Fixing record order for CAA records to properly handle idempotency.
* Add integration tests that reproduce CAA failure
2018-09-27 15:08:47 -04:00
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