1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-29 23:49:09 +00:00

deprecates the old module name (#53972)

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
This commit is contained in:
Wojciech Wypior 2019-03-19 15:58:39 +01:00 committed by John R Barker
parent cd1ff016ef
commit dcf40d43ea
4 changed files with 383 additions and 45 deletions

View file

@ -0,0 +1,22 @@
{
"kind": "tm:cm:traffic-group:traffic-groupstate",
"name": "traffic-group-2",
"partition": "Common",
"fullPath": "/Common/traffic-group-2",
"generation": 227,
"selfLink": "https://localhost/mgmt/tm/cm/traffic-group/~Common~traffic-group-2?ver=12.1.4",
"autoFailbackEnabled": "true",
"autoFailbackTime": 60,
"haLoadFactor": 1,
"isFloating": "true",
"mac": "none",
"unitId": 1,
"haOrder": [
"/Common/v12-1.ansible.local"
],
"haOrderReference": [
{
"link": "https://localhost/mgmt/tm/cm/device/~Common~v12-1.ansible.local?ver=12.1.4"
}
]
}