jgkirschbaum
ef33159434
Added short description and moved to rabbitmq subfolder ( #48566 )
2018-11-12 15:34:34 +00:00
James E. King III
2bc915f58a
better handling of vmware-vm-shell timeout ( #48100 )
2018-11-12 08:41:46 -05:00
Dario Zanzico
89bcd3ff1e
clarify port.mode paramter requiremets, fail if unmet ( #47938 )
...
* clarify port.mode paramter requiremets, fail if unmet
* changelog fragment
* shorten too long line
* remove unnecessary indentation
* test version on docker_version for better maintainability
* normalize imports
* changelog fragment: minor_changes -> bugfixes
* rollback e96a7e57dfefd566fa47cf465a759637affd4795
* typo
Co-Authored-By: dariko <dariko@users.noreply.github.com>
2018-11-12 11:36:02 +00:00
Felix Fontein
0206a46e1d
docker_* modules: updating argument_spec ( #48491 )
...
* Updating argument_spec for docker_* modules.
* Adjust docker_network to work with new recursive argument_spec.
* Adjust device IO limits to recursive argument_spec.
* Improve test (test Ansible's cast from str to int).
* Adjust healthcheck options construction.
* Remove superfluous check.
* Make flake8 happy.
* Simplify comparison.
2018-11-12 11:33:42 +00:00
Felix Fontein
feb60b947c
Docker volume fix labels ( #48536 )
...
* Add integration test for labels (which fails).
* Changing labels from list to dict.
* Add changelog.
2018-11-12 11:24:07 +00:00
Steve Dodd
e51964e7a6
Fix LLDP to use json ( #48318 )
2018-11-12 12:31:27 +05:30
Tim Rupp
92b2d01a8a
Workaround for problems parsing the timezone ( #48549 )
...
Device facts gets a time with a timezone back from the builddate.
Unfortunately, python cannot correctly parse timezones by default.
This hacks around the problem.
2018-11-11 18:22:09 -08:00
Dag Wieers
ab8125f2a6
win_tempfile: Rewrite using AnsibleModule ( #48386 )
...
* win_tempfile: Rewrite using AnsibleModule
* Fix up error check
* Fix PSParameterizedProperty issue
2018-11-12 08:30:36 +10:00
Dag Wieers
b312f7f7d7
win_defrag: Rewrite using AnsibleModule ( #48381 )
...
* win_defrag: Rewrite using AnsibleModule
* Fix delta return value
2018-11-12 08:10:47 +10:00
Tim Rupp
5e7a02d574
Remove f5-sdk from bigip_vcmp_guest ( #48541 )
2018-11-11 13:58:11 -08:00
Dag Wieers
baaa142248
win_wakeonlan: Rewrite using AnsibleModule ( #48380 )
2018-11-12 07:06:55 +10:00
Dag Wieers
2dd56eb15c
win_product_facts: Rewrite using AnsibleModule ( #48382 )
2018-11-12 07:03:15 +10:00
Dag Wieers
d174ebc65e
win_psexec: Rewrite using AnsibleModule ( #48383 )
2018-11-12 07:00:57 +10:00
Tim Rupp
62332155b5
Removes the f5-sdk from bigip_routedomain ( #48543 )
2018-11-11 11:29:21 -08:00
Tim Rupp
708c2b4b71
Removes the f5-sdk from bigip_selfip ( #48544 )
2018-11-11 11:14:56 -08:00
Tim Rupp
22c9da538e
Moving client variable out in bigiq modules ( #48542 )
...
This is being done to ensure that errors are not encountered if the
exception case is hit
2018-11-11 11:10:38 -08:00
Tim Rupp
452cf2b1a3
Adds the bigip_dns_resolver module ( #48540 )
2018-11-11 11:09:53 -08:00
Tim Rupp
232fcb9f34
Adds the bigip_profile_server_ssl module ( #48532 )
2018-11-11 10:57:26 -08:00
Tim Rupp
69d24cc7fc
Remove f5-sdk from bigip_profile_udp module ( #48534 )
2018-11-11 10:40:25 -08:00
Tim Rupp
d89fa23412
Remove f5-sdk from bigip_profile_tcp module ( #48533 )
2018-11-11 10:40:02 -08:00
Tim Rupp
b292f8338f
Corrects parameters to flatten correctly. ( #48531 )
...
Also fixes unit tests and adds other code patterns that other f5
modules use
2018-11-11 10:39:44 -08:00
Dmitry Gamanenko
f415902d04
Fix Deploy VM from template with id==0. ( #48421 )
2018-11-11 10:57:57 -05:00
Tim Rupp
4e2891e38f
Adds bigip_profile_fastl4 module ( #48527 )
2018-11-10 22:16:26 -08:00
Tim Rupp
6134281d28
Remove f5-sdk from bigip_profile_oneconnect ( #48530 )
2018-11-10 22:13:16 -08:00
Tim Rupp
875d83df50
Fixes unit tests in bigip_profile_http_compression ( #48529 )
2018-11-10 22:12:53 -08:00
Tim Rupp
77afc32621
Adds new parameters to bigip_profile_http ( #48528 )
2018-11-10 22:12:19 -08:00
Tim Rupp
f126db7f21
Remove f5-sdk from bigip_profile_client_ssl ( #48525 )
2018-11-10 21:59:56 -08:00
Tim Rupp
50fb2d7795
Remove f5-sdk from bigip_profile_dns ( #48526 )
2018-11-10 21:46:19 -08:00
Tim Rupp
ed818edd5a
Remove f5-sdk from bigip_partition. Fix partition descriptions. ( #48522 )
2018-11-10 21:46:04 -08:00
Tim Rupp
0c3f168087
Remove f5-sdk from bigip_policy_rule ( #48524 )
2018-11-10 21:35:34 -08:00
Tim Rupp
dbbc752d56
Removes the f5-sdk from bigip_policy ( #48523 )
2018-11-10 21:33:42 -08:00
Tim Rupp
4dc5a26293
Adds new params to bigip_node. Fix unit tests. ( #48521 )
2018-11-10 21:16:00 -08:00
Tim Rupp
1e57b91c35
Add new parameters to bigip monitor modules ( #48520 )
2018-11-10 20:34:48 -08:00
Tim Rupp
240d2baebd
Removes f5-sdk from bigip_management_route ( #48519 )
2018-11-10 20:34:15 -08:00
Tim Rupp
73ec37b6b6
Remove f5-sdk from bigip_log_destination ( #48517 )
2018-11-10 20:10:07 -08:00
Tim Rupp
94d04b7da4
Remove the f5-sdk from bigip_irule ( #48516 )
2018-11-10 20:09:05 -08:00
Tim Rupp
25344da0ad
Remove f5-sdk from bigip_log_publisher ( #48518 )
2018-11-10 19:54:59 -08:00
Tim Rupp
946e093a14
Move client variable out to prevent variable declaration errors ( #48515 )
2018-11-10 19:46:43 -08:00
Tim Rupp
365ecbd7ad
Adds parameters to ike_peer module ( #48514 )
2018-11-10 19:30:47 -08:00
Tim Rupp
a260e86729
Remove f5-sdk from bigip_iapp_service module ( #48511 )
2018-11-10 19:23:44 -08:00
Tim Rupp
1a226a86b5
Remove f5-sdk from bigip_iapplx_package ( #48513 )
2018-11-10 19:14:49 -08:00
Tim Rupp
4579b6516f
Remove f5-sdk from bigip_iapp_template ( #48512 )
2018-11-10 19:12:35 -08:00
Tim Rupp
8dabd0cde3
Remove f5-sdk from bigip_gtm_virtual_server ( #48508 )
2018-11-10 18:49:46 -08:00
Tim Rupp
ce06cfe8ef
Remove f5-sdk from bigip_gtm_wide_ip ( #48509 )
2018-11-10 18:48:52 -08:00
Tim Rupp
4a74c1fec6
Add new features to gtm server module ( #48507 )
...
Remove the f5-sdk. Fix unit tests. Add new prober parameters
2018-11-10 18:34:48 -08:00
Tim Rupp
364ed4e660
Remove f5-sdk from bigip_hostname ( #48510 )
2018-11-10 18:23:10 -08:00
Tim Rupp
bfd8dc56ea
Remove the f5-sdk from bigip_gtm_pool_member ( #48506 )
2018-11-10 18:22:55 -08:00
Tim Rupp
830f1880b7
Remove f5-sdk from bigip_gtm_pool ( #48505 )
2018-11-10 18:03:39 -08:00
Tim Rupp
98a15013dc
Remove f5-sdk from bigip_gtm_monitor_tcp_half_open ( #48504 )
2018-11-10 18:03:26 -08:00
Tim Rupp
8a57ae1702
Remove f5-sdk from bigip_gtm_monitor_tcp ( #48503 )
2018-11-10 18:03:14 -08:00
Tim Rupp
530a21dfc0
Remove the f5-sdk from bigip_gtm_monitor_https ( #48502 )
2018-11-10 17:39:30 -08:00
Tim Rupp
0f2ea94c00
Remove f5-sdk from bigip_gtm_monitor_firepass ( #48499 )
2018-11-10 15:32:07 -08:00
Tim Rupp
ce1c88a7b8
Remove the f5-sdk from bigip_gtm_monitor_http ( #48500 )
2018-11-10 15:26:33 -08:00
Tim Rupp
75661cc5f6
Removes the f5-sdk from bigip_gtm_monitor_external ( #48498 )
2018-11-10 15:08:47 -08:00
Tim Rupp
7664d1d91c
Removes the f5-sdk from bigip_gtm_monitor_bigip ( #48497 )
2018-11-10 15:03:03 -08:00
Tim Rupp
7ce3d7c8ef
Removes the f5-sdk from bigip_gtm_global ( #48496 )
2018-11-10 14:53:54 -08:00
Tim Rupp
3186f2b576
Removes the f5-sdk from bigip_gtm_datacenter ( #48495 )
2018-11-10 14:53:41 -08:00
Thomas O'Donnell
0db06b940a
Add SSL support to postgresql_schema module ( #44482 )
...
Have added some extra arguments to the postgresql_schema module to allow
configuring an SSL connection to the postgresql server. The arguments
and method used here for the connection are the same as used by the
postgresql_database module.
2018-11-10 14:52:31 -08:00
Tim Rupp
3132ce8404
Fixes unit tests and move client variable ( #48494 )
2018-11-10 14:42:01 -08:00
Tim Rupp
7d11e6e3e5
Adds token cleanup and fixes unit tests ( #48493 )
2018-11-10 14:40:14 -08:00
Tim Rupp
1afbe4d61b
Remove the f5-sdk from bigip_firewall_port_list module ( #48492 )
2018-11-10 14:39:26 -08:00
Tim Rupp
fd0f3ad648
Fixes unit tests for bigip_firewall_policy module ( #48490 )
2018-11-10 14:39:10 -08:00
Tim Rupp
112ce6da89
Adds bigip_firewall_dos_vector module ( #48487 )
...
This module can be used to manage DoS vectors in a DoS profile or
device config
2018-11-10 14:08:31 -08:00
Tim Rupp
d1288f9ea1
Adds bigip_dns_zone module ( #48482 )
...
This module can be used to manage zones on a BIG-IP. The managed
zones should **not** be confused with ZoneRunner zones as they are
not the same.
2018-11-10 13:14:57 -08:00
Tim Rupp
9a396cc45d
Fixes unit tests broken in ansible 2.8 and minor module cleanup ( #48484 )
2018-11-10 13:06:07 -08:00
Tim Rupp
1378e9fca2
Removes the f5-sdk from bigip_firewall_address_list module ( #48483 )
2018-11-10 12:58:12 -08:00
Tim Rupp
b5ee96a576
Adds bigip_dns_nameserver module ( #48480 )
...
This module can be used to manage DNS nameservers (usually used for
DNS express) functionality on a BIG-IP.
2018-11-10 12:56:48 -08:00
Tim Rupp
0c14b75eec
Remove f5-sdk from bigip_device_trust ( #48479 )
2018-11-10 12:07:49 -08:00
Tim Rupp
1c7e6d354c
Remove f5-sdk from bigip_device_sshd ( #48478 )
2018-11-10 12:07:03 -08:00
Tim Rupp
90857004c9
Remove f5-sdk from bigip_device_ntp ( #48477 )
2018-11-10 12:06:46 -08:00
Tim Rupp
ccb6349e70
Removes f5-sdk from bigip_device_license ( #48476 )
2018-11-10 12:06:32 -08:00
Tim Rupp
0873043e5a
Fixes ssl cipher ordering in bigip_device_httpd. Also fix unit tests ( #48475 )
2018-11-10 11:40:18 -08:00
Simon Dodsley
d508d5820a
Update Pure Storage FlashArray volume module ( #45225 )
2018-11-10 04:08:28 -05:00
Tim Rupp
fccbbf3405
Removes f5-sdk from bigip_device_group_member ( #48464 )
2018-11-09 22:35:34 -08:00
Tim Rupp
70cdf477e4
Remove f5-sdk from bigip_device_group ( #48463 )
2018-11-09 22:17:49 -08:00
Tim Rupp
03ccf50466
Remove f5-sdk from bigip_device_dns ( #48461 )
2018-11-09 22:13:01 -08:00
Tim Rupp
a1a899353c
Remove f5-sdk from bigip_device_facts and add more facts ( #48462 )
2018-11-09 22:12:47 -08:00
Tim Rupp
de066ceef8
Removes f5-sdk from bigip_device_connectivity ( #48460 )
2018-11-09 21:59:21 -08:00
Tim Rupp
c161ffef81
Fixes unit tests for bigip_device_auth that were broken in 2.8 ( #48459 )
2018-11-09 21:56:26 -08:00
Tim Rupp
68084d989c
Removes f5-sdk from bigip_data_group ( #48458 )
2018-11-09 21:52:46 -08:00
Tim Rupp
effa22245e
Remove the f5-sdk from bigip_configsync_action ( #48457 )
2018-11-09 21:38:01 -08:00
Tim Rupp
e6fad87e20
Removes the f5-sdk from bigip_config ( #48456 )
2018-11-09 21:37:48 -08:00
Tim Rupp
ec2933e20b
Removes the f5-sdk from bigip_command ( #48455 )
2018-11-09 21:24:21 -08:00
Tim Rupp
d97abff0ad
Fixes unit tests that were broken in ansible 2.8 ( #48454 )
2018-11-09 21:00:03 -08:00
Tim Rupp
5196188b97
Minor fixes to bigip_cli_alias ( #48452 )
2018-11-09 20:39:50 -08:00
Tim Rupp
70cf5acf13
Remove f5-sdk from bigip_asm_policy ( #48451 )
2018-11-09 20:11:46 -08:00
Tim Rupp
77d14b36b0
Remove the f5-sdk from as3 module ( #48449 )
2018-11-09 19:40:27 -08:00
Tim Rupp
3a2ab5959d
Fixes rebase errors from existing PR. ( #48450 )
2018-11-09 19:15:25 -08:00
Tim Rupp
f4c2587d47
Adds new parameters to bigip_pool_member ( #48448 )
2018-11-09 16:48:08 -08:00
Jiri Tyr
e4cadddd70
Support .yaml extension for meta file ( #46505 )
2018-11-09 17:29:06 -05:00
Eric Matysek
880762e07e
Fix consistency issue in grafana_dashboard module. ( #47459 )
...
* Move check for 'dashboard' key to before the create/update if statement.
* Add changelog fragment for PR #47459
2018-11-09 17:27:11 -05:00
Ken Partridge
301defd915
cpm_user concat string changes ( #45044 )
...
* Add WTI OOB and PDU Device status, control and configuration module
* removed accidental file inclusions
* removed accidental file
* remove unneeded legacy files
* Changed str() to to_native()
Changed + string concat to %
* added to_native() to the remainder of strings being read externally
2018-11-09 17:22:22 -05:00
Jason Walsh
96cdc9ec06
Add release argument for redhat_subscription ( #47888 )
2018-11-09 17:19:06 -05:00
Tim Rupp
55f5a707fe
Removes f5-sdk from bigip_pool ( #48431 )
...
Additionally fixes forwarding, small bugs, and adds small enhancements
2018-11-09 12:31:07 -08:00
Tim Rupp
46fa68ac27
Updates to the f5 module utils ( #48428 )
...
Updating module utils to align with functionality in modules
2018-11-09 11:06:18 -08:00
David Soper
9757d9d4c3
support for iscsi vnics based on customer feature request ( #48377 )
...
* support for iscsi vnics based on customer feature request
integration tests added for iscsi vnics and vnic state absent
* correct version_added for iscsi and vnic lists
2018-11-09 16:26:23 +00:00
Brian Coca
b047591dee
fix tagged implicit gathering ( #48294 )
...
* fix tagged implicit gathering
- None is not tHe default anymore, its an empty list
* Update changelogs/fragments/fix_taggged_gather.yml
Co-Authored-By: bcoca <bcoca@users.noreply.github.com>
2018-11-09 13:41:07 +00:00
Andrea Tartaglia
b7d9feb7dc
ec2_instance: ebs_optimized is not sub-option of 'network' ( #48341 )
...
* ebs_optimized is not suboption of 'network'
* Add Shaps as ec2_instance maintainer
* Added workaround-backward compatible check for ebs_optimized
* Added ebs_optimized test
* CI fixes, dynamic select of ENA-enabled AMI
2018-11-09 12:11:51 +00:00
FragmentedPacket
3147dc2a15
Netbox_device.py module ( #46936 )
...
* netbox_device module
* Add init.py to each directory
* Fixed a few of the shippable failed tests
* No need for import pynetbox in netbox_utils-removed, changed syntax for set
* A bit more cleanup
* Fixed the 'data' to have suboptions
* Fixed formatting for device_role
* Attempting to fix shippable errors
* Final testing and updated documentation
* Fixed return type and removed testing result files
* Updated some returns to be a list to keep 'meta' formatting consistent
* Updated module to standardize the meta return type
* Updated short_description and added David Gomez as author
* Updated short_description, added David Gomez as author, added module direcotry to BOTMETA.yml
* Updated data type to dict and removed JSON from netbox_utils
2018-11-09 07:24:13 +00:00
Martin Krizek
a80c25cbd9
Do not use str() on exceptions ( #46950 )
2018-11-09 07:59:30 +01:00