John R Barker
5255d52f15
changelogs/fragments/: community ( #46616 )
2018-10-08 11:12:18 +01:00
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
Trishna Guha
d69700b236
nxos_evpn_vni check_mode ( #46612 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2018-10-08 11:11:01 +04:00
Simon Liddicott
f731e68bca
Add chdir support to win_package ( #46123 )
...
* Add chdir support to win_package
* Add chdir support to uninstall too.
* Update docs to account for uninstall.
* Correct variable substitution for hashtable.
* added changelog fragment
2018-10-08 16:28:28 +10:00
Jordan Borean
bc6d441cf2
Win chocolatey facts module ( #46610 )
...
* add module win_chocolatey_facts
* rename example name
* fix ansible-test errors
* add integration tests
* fix integration test
* implementation of improvement proposals
* implementation feedback
* implementation feedback
* fix trailing-whitespace
* implementation feedback
* fix version
* fix lint
* add test targets
* Updated modules docs and tests
Co-authored-by: Simon Baerlocher <sbaerlocher@users.noreply.github.com>
2018-10-08 16:12:06 +10: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
Evert Mulder
146709fb21
Added module to manage manageiq tenants ( #43988 )
...
* Added module to manage manageiq tenants
* Fixed pep8 and module validation issues for manageiq_tenant
* Changes based on review
- Added parent attribute to specify the parent
- Cleanup return of tenant
- Update documentation on quotas
* Updated version added to 2.8
2018-10-07 05:13:01 -05: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
VitSkakun
aaa3b2dc2d
fix digitalocean inventory tags endpoint ( #46192 )
2018-10-06 22:20:11 -04:00
Abhijeet Kasurde
dbc80f89ca
Misc typo in logentries plugin module ( #46568 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-10-07 07:25:01 +05:30
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
9ff25c1383
Add tags grouping ( #45741 )
2018-10-06 11:06:39 -04: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
25dfa78dc2
Add missing bracket in documentation ( #46564 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-10-06 02:48:07 -05:00
Matt Clay
1a28898a00
Fix parametrize warning in unit tests.
2018-10-05 17:29:02 -07: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
Matt Clay
a4c9f57b38
Move docsite requirements to the docs/docsite dir. ( #46518 )
2018-10-05 11:27:43 -05:00
Yixin Xu
5a35907b71
zabbix_host: fix link template error ( #46521 )
...
* add host interface before link template
2018-10-05 10:40:30 -04:00
Dag Wieers
b82f965616
mail: Fix regression when sending mail without SSL ( #46403 )
...
When refactoring the code the non-SSL use-case was broken.
The main cause is that we have no way to do integration tests for
testing SMTP.
2018-10-05 09:38:00 -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
Jordan Borean
02c11e6b51
azure_rm_common: use __version__ from module_util ( #46184 )
2018-10-05 07:02:44 -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
Jordan Borean
25c627d256
shippable: fix py3 issues with downloader ( #46522 )
2018-10-05 18:21:59 +10:00
Jonathan
4376417743
fix drain mode 'bool' ( #30833 ) ( #46478 )
2018-10-05 03:55:42 -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
Will Thames
aec263df8a
Add test suite for ec2_vpc_igw before boto3 upgrade ( #45903 )
2018-10-04 17:42:37 -04:00
Brian Lamar
73133d7708
[aws] ALB/NLB support SubnetMappings in AWS create LB call ( #42060 )
2018-10-04 16:53:32 -04:00
Brian Scholer
fbac32c5d0
Fix support for SubnetMappings and EIPs in NLB ( #42979 )
...
* Fix support for SubnetMappings and EIPs in NLB
* Fix style failures
2018-10-04 16:31:16 -04:00
Dag Wieers
8c64b4af7c
win_reboot: Fix for ignore post_reboot_delay ( #46360 )
...
* win_reboot: Fix for ignore post_reboot_delay
This fixes an issue where win_reboot would be ignoring the provided
post_reboot_delay (and on Windows timing/waiting is everything!)
This must be backported to the v2.7 branch.
* Merge post-reboot handling into run()
2018-10-04 15:44:50 -04:00
Jordan Borean
b570af020c
added porting guide for PowerShell EAP changes ( #46451 )
2018-10-04 15:32:17 -04:00
Sam Doran
bcfdc37be0
Add documentation on underlying tools in user module ( #46455 )
2018-10-04 15:29:57 -04:00
Alicia Cozine
e97391b7ab
updates language about documentation versions and releases on index page ( #46465 )
2018-10-04 15:26:37 -04:00
Dag Wieers
92037679c4
Fix subelements example correctly ( #46482 )
2018-10-04 14:18:00 -05:00
tstoner
ae363da5f5
Purging logging configuration before running playbook ( #46302 )
2018-10-04 09:48:18 -05:00
Matt Clay
e2b6047514
Add symlinks sanity test. ( #46467 )
...
* Add symlinks sanity test.
* Replace legacy test symlinks with actual content.
* Remove dir symlink from template_jinja2_latest.
* Update import test to use generated library dir.
* Fix copy test symlink setup.
2018-10-04 07:02:42 -07:00
Christian Kotte
a4961ff32a
VMware: Add check mode support to module vmware_host_firewall_facts ( #46265 )
2018-10-04 05:28:53 -05:00