summaryrefslogtreecommitdiff
path: root/test/units/modules/network/f5
Commit message (Collapse)AuthorAgeFilesLines
* Migrated to community.generalAnsible Core Team2020-03-093-399/+0
|
* removes deprecated parameters (#61066)Wojciech Wypior2019-08-212-81/+0
| | | | adds diff functionality fixes issue with serverscope parameter not setting on device
* adds new module for asm dos application profiles (#61063)Wojciech Wypior2019-08-212-0/+555
|
* unit tests: remove unused imports (#60462)Andrey Klychkov2019-08-1312-28/+0
|
* unittests: remove unused imports (#60404)Andrey Klychkov2019-08-12119-299/+0
|
* fixes assert statements in tests (#59998)Wojciech Wypior2019-08-076-10/+10
|
* adds module to manage apm acls (#59992)Wojciech Wypior2019-08-072-0/+272
|
* adds more modules to bigip provision (#59996)Wojciech Wypior2019-08-072-5/+179
|
* adds apm module to manage network access components for APM (#59993)Wojciech Wypior2019-08-072-0/+309
|
* adds module to manage device self signed certificates (#59994)Wojciech Wypior2019-08-071-0/+177
|
* adds module to manage snat translations (#59995)Wojciech Wypior2019-08-072-0/+354
|
* fixes issue with recieve parameter idempotency (#59999)Wojciech Wypior2019-08-024-6/+6
| | | fixes assert statements in unit tests
* adds initial_hotfix parameter to vcmp guest (#58180)Wojciech Wypior2019-06-251-0/+61
|
* Adds message routing transport module (#58201)Wojciech Wypior2019-06-212-0/+238
|
* adds generic routing peer module (#58189)Wojciech Wypior2019-06-212-0/+218
|
* adds module for message routing protocol (#58188)Wojciech Wypior2019-06-212-0/+197
|
* adds new module to manage firewall schedules (#58187)Wojciech Wypior2019-06-212-0/+149
|
* Adds two modules to manage AFM log profiles (#58186)Wojciech Wypior2019-06-214-0/+402
|
* removes args from the code and corrects few missed tests (#58175)Wojciech Wypior2019-06-212-4/+5
|
* adds message routing router module (#58191)Wojciech Wypior2019-06-212-0/+230
|
* adds message routing route module (#58190)Wojciech Wypior2019-06-212-0/+199
|
* adds description to bigip snatpool (#58179)Wojciech Wypior2019-06-211-0/+2
|
* fixes issue with ssl protocols ordering (#58177)Wojciech Wypior2019-06-211-2/+2
|
* Added new module for remote user management (#58171)Wojciech Wypior2019-06-212-0/+138
|
* Rename _facts -> _info (#57028)Felix Fontein2019-05-282-20/+20
|
* adds ltm policy to bigip facts (#56926)Wojciech Wypior2019-05-241-1/+1
| | | facts no longer return changed but queried status in results
* BIGIP: deprecates TMOS v11.x support for GTM modules (#54543)Wojciech Wypior2019-03-302-0/+13
| | | | | | | | * deprecates TMOS v11 support for GTM modules * correct version * correct version
* Remove nose from unittests (#54055)Toshio Kuratomi2019-03-193-9/+19
| | | | | | | | * Remove nose from unittests This PR migrates the last of our unittests from using nose to using pytest. We don't need to install nose in our testing environments anymore
* adds new module to manage bigip devices on the BIGIQ (#53987)Wojciech Wypior2019-03-192-0/+321
|
* Refactors main() function and module manager in multiple modules in line ↵Wojciech Wypior2019-03-1917-859/+232
| | | | | | | | with recent changes (#53954) Adds variable types to docs Refactors unit tests to remove deprecated parameters Adds missing Return values to documentation Removes deprecated modules unit tests
* deprecates the old module name (#53972)Wojciech Wypior2019-03-192-11/+79
| | | | | | adds ha order, ha group and ha load as failover types refactors main() function and module manager to accomodate new patterns updates docs refactors unit tests
* deprecates the old package name bigip_iapplx_package (#53988)Wojciech Wypior2019-03-191-11/+27
| | | | | Refactors main() function and module manager in multiple modules in line with recent changes Adds variable types to docs Refactors unit tests to remove deprecated parameters
* Refactors main() function and module manager in multiple modules in line ↵Wojciech Wypior2019-03-1816-250/+403
| | | | | | with recent changes (#53984) Adds variable types to docs Refactors unit tests to remove deprecated parameters
* BIGIP: Bugfix.bigiqapplication (#53986)Wojciech Wypior2019-03-186-8/+466
| | | | | | | | | * adds function to do version checks for bigiq * adds version limitation to bigiq application modules Refactors main() function and module manager in multiple modules in line with recent changes Adds variable types to docs Refactors unit tests to remove deprecated parameters
* Refactors main() function and module manager in multiple modules in line ↵Wojciech Wypior2019-03-1820-154/+225
| | | | | | with recent changes (#53983) Adds variable types to docs Refactors unit tests to remove deprecated parameters
* Refactors main() function and module manager in multiple modules in line ↵Wojciech Wypior2019-03-1819-106/+155
| | | | | | with recent changes (#53982) Adds variable types to docs Refactors unit tests to remove deprecated parameters
* Refactors main() function and module manager in multiple modules in line ↵Wojciech Wypior2019-03-1820-243/+408
| | | | | | with recent changes (#53981) Adds variable types to docs Refactors unit tests to remove deprecated parameters
* Refactors main() function and module manager in multiple modules in line ↵Wojciech Wypior2019-03-1813-100/+175
| | | | | | with recent changes (#53979) Adds variable types to docs Refactors unit tests to remove deprecated parameters
* BIGIP: Bugfix.multiple modules 3 (#53969)Wojciech Wypior2019-03-186-63/+105
| | | | | | | | * Moving comparision functions to compare.py from common.py * Refactors main() function and module manager in multiple modules in line with recent changes Adds variable types to docs Refactors unit tests to remove deprecated parameters
* Refactors main() function and module manager in multiple modules in line ↵Wojciech Wypior2019-03-1813-38/+70
| | | | | | with recent changes (#53974) Adds variable types to docs Refactors unit tests to remove deprecated parameters
* BIGIP: Bugfix.bigip.data.group (#53968)Wojciech Wypior2019-03-181-30/+50
| | | | | | | | * Moving comparision functions to compare.py from common.py * fixes issue with data group elements containing IPs with Route Domains refactors main() function and module_manager to accomodate new patterns updates doc variables
* Adds new module to manage and create ha groups (#53967)Wojciech Wypior2019-03-181-0/+232
|
* Fixes issue with sub collection for pool members (#53955)Wojciech Wypior2019-03-181-3/+5
| | | | | Refactors main() function and module manager in multiple modules in line with recent changes Adds variable types to docs Refactors unit tests to remove deprecated parameters
* Refactors main() function and module manager in multiple modules (#53948)Wojciech Wypior2019-03-188-68/+107
| | | Improves docs
* Adds aggregate functionality to the module (#51638)Wojciech Wypior2019-02-011-48/+141
|
* Adds aggregate functionality to the module (#51639)Wojciech Wypior2019-02-011-20/+72
|
* Adds aggregate functionality to the module (#51640)Wojciech Wypior2019-02-011-4/+51
|
* Adds clone_pools parameter (#51635)Wojciech Wypior2019-02-011-1/+22
| | | | Adds rate_limit parameter Minor bug fixes
* adds bigip apm policy import (#50559)Wojciech Wypior2019-01-042-0/+127
|
* adds apm policy fetch module (#50534)Wojciech Wypior2019-01-041-0/+126
|