a10_vpn_default

Synopsis

Default

Parameters

Parameters

Choices/Defaults

Comment

state

str/required

[‘noop’, ‘present’, ‘absent’]

State of the object to be created.

ansible_host

str/required

Host for AXAPI authentication

ansible_username

str/required

Username for AXAPI authentication

ansible_password

str/required

Password for AXAPI authentication

ansible_port

int/required

Port for AXAPI authentication

a10_device_context_id

int

[‘1-8’]

Device ID for aVCS configuration

a10_partition

str

Destination/target partition for object/command

uuid

str

uuid of the object

oper

dict

Field oper

ike_version

str

Field ike_version

ike_mode

str

Field ike_mode

ike_dh_group

str

Field ike_dh_group

ike_auth_method

str

Field ike_auth_method

ike_encryption

str

Field ike_encryption

ike_hash

str

Field ike_hash

ike_priority

int

Field ike_priority

ike_lifetime

int

Field ike_lifetime

ike_nat_traversal

str

Field ike_nat_traversal

ike_local_address

str

Field ike_local_address

ike_remote_address

str

Field ike_remote_address

ike_dpd_interval

int

Field ike_dpd_interval

IPsec_mode

str

Field IPsec_mode

IPsec_protocol

str

Field IPsec_protocol

IPsec_dh_group

str

Field IPsec_dh_group

IPsec_encryption

str

Field IPsec_encryption

IPsec_hash

str

Field IPsec_hash

IPsec_priority

int

Field IPsec_priority

IPsec_lifetime

int

Field IPsec_lifetime

IPsec_lifebytes

int

Field IPsec_lifebytes

IPsec_traffic_selector

str

Field IPsec_traffic_selector

IPsec_local_subnet

str

Field IPsec_local_subnet

IPsec_local_port

int

Field IPsec_local_port

IPsec_local_protocol

int

Field IPsec_local_protocol

IPsec_remote_subnet

str

Field IPsec_remote_subnet

IPsec_remote_port

int

Field IPsec_remote_port

IPsec_remote_protocol

int

Field IPsec_remote_protocol

IPsec_anti_replay_window

int

Field IPsec_anti_replay_window

Examples


Return Values

modified_values (changed, dict, )

Values modified (or potential changes if using check_mode) as a result of task operation

axapi_calls (always, list, )

Sequential list of AXAPI calls made by the task

endpoint (, str, [‘/axapi/v3/slb/virtual_server’, ‘/axapi/v3/file/ssl-cert’])

The AXAPI endpoint being accessed.

http_method (, str, [‘POST’, ‘GET’])

HTTP method being used by the primary task to interact with the AXAPI endpoint.

request_body (, complex, )

Params used to query the AXAPI

response_body (, complex, )

Response from the AXAPI

Status

  • This module is not guaranteed to have a backwards compatible interface. [preview]

  • This module is maintained by community.

Authors

  • A10 Networks