a10_virtual_server – Manage A10 Networks AX/SoftAX/Thunder/vThunder devices’ virtual servers¶
Synopsis¶
Manage SLB (Server Load Balancing) virtual server objects on A10 Networks devices via aXAPIv2.
Parameters¶
Notes¶
Note
Requires A10 Networks aXAPI 2.1.
Requires A10 Networks aXAPI 2.1.
Examples¶
# Create a new virtual server
- a10_virtual_server:
host: a10.mydomain.com
username: myadmin
password: mypassword
partition: mypartition
virtual_server: vserver1
virtual_server_ip: 1.1.1.1
virtual_server_ports:
- port: 80
protocol: TCP
service_group: sg-80-tcp
- port: 443
protocol: HTTPS
service_group: sg-443-https
- port: 8080
protocol: http
status: disabled
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Key | Returned | Description |
---|---|---|
content
string
|
success |
the full info regarding the slb_virtual
Sample:
mynewvirtualserver
|
Status¶
This module is not guaranteed to have a backwards compatible interface. [preview]
This module is maintained by the Ansible Community. [community]