Ganesh Nalawade
70bf9b9919
Add backup filename and dir path option for config network modules ( #50801 )
...
* Add configurable backup path option for network config modules
Fixes #50283
Fixes #32724
* Add back_options in network config module argspec
* Handle backup path options in network action plugin
* Fix review comments
* Add integration tests
* Update changelog
2019-01-24 09:36:16 +05:30
Wojciech Wypior
96f7cf394f
Corrects doc strings in bigip_asm_policy_* modules ( #50561 )
2019-01-04 14:24:42 -06:00
Wojciech Wypior
4648a441d2
adds bigip apm policy import ( #50559 )
2019-01-04 13:50:50 -06:00
Wojciech Wypior
7362c1d6ca
Changes exists() method logic in asm policy fetch, corrects documentation ( #50560 )
2019-01-04 13:47:56 -06:00
Wojciech Wypior
8b1214596a
adds apm policy fetch module ( #50534 )
2019-01-04 12:32:06 -06:00
Wojciech Wypior
3ef71e529a
added new module to manipulate signatre sets on ASM policy ( #50209 )
2019-01-02 13:12:08 -06:00
Wojciech Wypior
1a9fcd9a10
corrected valid type values in RETURN ( #50148 )
2018-12-19 14:39:14 +01:00
Wojciech Wypior
e9d7c8f328
fixed an issue with parameter breaking idempotency ( #50117 )
...
* fixed an issue with parameter breaking idempotency
* Update bigip_pool_member.py
2018-12-18 20:32:06 -08:00
Wojciech Wypior
0a55805ede
changed oData filters ( #50112 )
...
* changed oData filters
* Update bigip_asm_policy_fetch.py
* Update bigip_asm_policy_import.py
2018-12-18 20:17:21 -08:00
Wojciech Wypior
af19bc95e8
added asm endpoint facts ( #50114 )
...
* added asm endpoint facts
* Update bigip_device_facts.py
2018-12-18 20:04:39 -08:00
Wojciech Wypior
59f4871615
added bigip_asm_policy_manage ( #50115 )
...
* added bigip_asm_policy_manage
* Update bigip_asm_policy_manage.py
2018-12-18 19:35:51 -08:00
Wojciech Wypior
f761cc4077
added ASM policy server technology module ( #50116 )
...
* added ASM policy server technology module
* Update bigip_asm_policy_server_technology.py
2018-12-18 18:38:19 -08:00
Dag Wieers
05c6ff79f9
Convert to reduced list of known types ( #50010 )
2018-12-19 07:25:30 +10:00
Tim Rupp
c0520b94b8
Corrects idempotency for f5 parameters ( #49576 )
...
Several parameters in the profile modules were not idempotent.
This patch fixes those modules
2018-12-05 16:17:37 -08:00
Tim Rupp
1c3fa2b07f
Deprecate the bigip_asm_policy module ( #49574 )
...
Specific import and export modules should be used instead
2018-12-05 16:02:16 -08:00
Tim Rupp
1c644fb042
Adds description param to bigip_data_group ( #49527 )
2018-12-04 21:54:20 -08:00
Tim Rupp
60b75c2cfd
Adds ASM policy import module ( #49526 )
2018-12-04 21:34:55 -08:00
Tim Rupp
7a4c7b8c0f
Adds module for gtm topology regions ( #49510 )
2018-12-04 20:58:52 -08:00
Tim Rupp
c7dd13758e
Adds bigip_profile_analytics module ( #49499 )
2018-12-04 12:53:31 -08:00
Tim Rupp
caa6ed3c66
Adds ASM policy fetch module ( #49494 )
2018-12-04 11:24:34 -08:00
Tim Rupp
138690519d
Various small fixes for f5 ansible modules ( #49492 )
2018-12-04 11:15:49 -08:00
Tim Rupp
7c15417f62
Fixes for examples in f5 modules ( #49490 )
...
So that they use provider instead of deprecated args method
2018-12-04 10:31:25 -08:00
Abhijeet Kasurde
69191b10c1
Remove unused import ( #48639 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-11-22 07:58:17 -08:00
Tim Rupp
212b48b6fd
Adds module to configure ldap device auth on a bigip ( #48974 )
2018-11-20 22:15:50 -08:00
Tim Rupp
cd02b3637c
Removes remaining nose usage from f5 unit tests ( #48973 )
2018-11-20 20:34:01 -08:00
Tim Rupp
fb782fa3e9
Adds the bigip_password_policy module ( #48951 )
...
This module can be used to manage password policy settings on a BIG-IP
2018-11-20 11:59:02 -08:00
John R Barker
3fcc564bbb
Bulk fix DOCUMENTATION.author (Part 1) ( #48934 )
...
* Bulk fix DOCUMENTATION.author
2018-11-20 19:31:35 +00:00
Tim Rupp
10095a397c
Adds the bigip_monitor_gateway_icmp module ( #48915 )
2018-11-19 19:11:00 -08:00
Tim Rupp
fdbc0e5798
Adds the bigip_dns_cache_resolver module ( #48914 )
2018-11-19 19:05:24 -08:00
Tim Rupp
8e6c3b06b8
Adds the ip_intelligence_policy parameter to vs module ( #48903 )
2018-11-19 15:24:44 -08:00
Tim Rupp
7546ebf08e
Make use of the bytes function that supports both py2 and 3 ( #48904 )
2018-11-19 15:24:31 -08:00
Tim Rupp
fdb5b124fd
Changes argspec to no longer enforce strict int ( #48901 )
...
The route domain parent can be a string instead of an int. this patch
chanes the argspec to allow this.
2018-11-19 13:54:55 -08:00
Tim Rupp
e6d586f703
Change port to allow strings too ( #48899 )
...
The port technically supports an asterisk, but the argument spec was
requiring integers only.
2018-11-19 13:44:20 -08:00
Tim Rupp
03f448f329
Adds documentation to make note of tower/awx restrictions ( #48900 )
...
When using modules that download files, you need to be aware of tower/awx
restrictions to use those modules correctly.
2018-11-19 13:40:37 -08:00
Tim Rupp
a4921cd5d9
Removes more f5-sdk references from f5 modules ( #48771 )
2018-11-16 20:43:46 -08:00
Tim Rupp
9af5724bd4
Remove the f5-sdk from bigip_remote_syslog ( #48539 )
2018-11-16 15:13:08 -08:00
Tim Rupp
dd2629ff0b
Adds new module for gtm topology records ( #48817 )
2018-11-16 10:05:23 -08:00
Tim Rupp
0e1dca6e8f
Adds the bigip_imish_config module. ( #48779 )
...
This can be used to manage bgp configuration on a BIG-IP.
2018-11-16 09:17:57 -08:00
Tim Rupp
f8f2746efc
Adds a series of new parameters to bigip_virtual_server ( #48777 )
2018-11-15 20:33:37 -08:00
Tim Rupp
04520361ac
Fixes the changing of the root password so it is no longer logged ( #48774 )
2018-11-15 20:32:39 -08:00
Tim Rupp
2cd4224fb3
Fixes ipv6 and defaults errors ( #48776 )
2018-11-15 20:15:11 -08:00
Tim Rupp
4f80c45c51
Adds revoke functionality to device license ( #48772 )
2018-11-15 20:01:24 -08:00
Tim Rupp
8b8aca21c1
Fixes bugs introduced while removing the f5-sdk ( #48775 )
2018-11-15 19:54:19 -08:00
Tim Rupp
5e0effdfcc
Adds limits feature to bigip_gtm_server ( #48773 )
2018-11-15 19:48:36 -08:00
Tim Rupp
0e71f62a95
Various small fixes to bigip modules ( #48769 )
2018-11-15 19:48:22 -08:00
Tim Rupp
a7b7c07ad2
Adds bigip_file_copy module ( #48770 )
...
This module can be used to copy files to specific datastores on
a bigip
2018-11-15 19:42:53 -08:00
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
Tim Rupp
5e7a02d574
Remove f5-sdk from bigip_vcmp_guest ( #48541 )
2018-11-11 13:58:11 -08: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