a10_cgnv6_template_dns
Synopsis
DNS template
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 |
||
name str/required |
DNS Template Name |
||
default_policy str |
‘nocache’= Cache disable; ‘cache’= Cache enable; |
||
disable_dns_template bool |
Disable DNS template |
||
period int |
Period in minutes |
||
drop bool |
Drop the malformed query |
||
forward str |
Forward to service group (Service group name) |
||
max_cache_size int |
Define maximum cache size (Maximum cache entry per VIP) |
||
uuid str |
uuid of the object |
||
user_tag str |
Customized tag |
||
class_list dict |
Field class_list |
||
name str |
Specify a class list name |
||
uuid str |
uuid of the object |
||
lid_list list |
Field lid_list |
||
dns64 dict |
Field dns64 |
||
enable bool |
Enable DNS64 (Need to config this option before config any other dns64 options) |
||
answer_only_disable bool |
Disable Only translate the Answer Section |
||
auth_data bool |
Set AA flag in DNS Response |
||
cache bool |
Use a cached A-query response to provide AAAA query responses for the same hostname |
||
change_query bool |
Always change incoming AAAA DNS Query to A |
||
compress_disable bool |
Disable Always try DNS Compression |
||
deep_check_qr bool |
Check DNS Question Record |
||
deep_check_rr_disable bool |
Disable Check DNS Response Records |
||
drop_cname_disable bool |
Disable Drop DNS CNAME Response |
||
edns_append bool |
Append EDNS Record when send A Query to server |
||
fast_append bool |
Append translated Records when original Response only has Answer Section |
||
ignore_rcode3_disable bool |
Disable Ignore DNS error Response with rcode 3 |
||
max_qr_length int |
Max Question Record Length, default is 128 |
||
parallel_query bool |
Forward AAAA Query & generate A Query in parallel |
||
passive_query_disable bool |
Disable Generate A query upon empty or error Response |
||
retry int |
Retry count, default is 3 (Retry Number) |
||
single_response_disable bool |
Disable Single Response which is used to avoid ambiguity |
||
timeout int |
Timeout to send additional Queries, unit= second, default is 1 |
||
trans_ptr bool |
Translate DNS PTR Records |
||
trans_ptr_query bool |
Translate DNS PTR Query |
||
ttl int |
Specify Max TTL in DNS Response, unit= second |
||
uuid str |
uuid of the object |
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.