community.network.a10_server – Manage A10 Networks AX/SoftAX/Thunder/vThunder devices’ server object.¶
Note
This plugin is part of the community.network collection (version 2.1.1).
To install it use: ansible-galaxy collection install community.network
.
To use it in a playbook, specify: community.network.a10_server
.
Parameters¶
Examples¶
- name: Create a new server
community.network.a10_server:
host: a10.mydomain.com
username: myadmin
password: mypassword
partition: mypartition
server: test
server_ip: 1.1.1.100
server_ports:
- port_num: 8080
protocol: tcp
- port_num: 8443
protocol: TCP
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_server
Sample:
mynewserver
|
Authors¶
Eric Chou (@ericchou1)
Mischa Peters (@mischapeters)