a10_dnssec_template
Synopsis
template Settings
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 |
||
dnssec_temp_name str/required |
DNSSEC Template Name |
||
algorithm str |
‘RSASHA1’= RSASHA1 algorithm; ‘RSASHA256’= RSASHA256 algorithm; ‘RSASHA512’= RSASHA512 algorithm; |
||
combinations_limit int |
the max number of combinations per RRset (Default value is 31) |
||
dnskey_ttl_k bool |
The TTL value of DNSKEY RR |
||
dnskey_ttl_v int |
in seconds, 14400 seconds by default |
||
enable_nsec3 bool |
enable NSEC3 support. disabled by default |
||
return_nsec_on_failure bool |
return NSEC/NSEC3 or not on failure case. return by default |
||
signature_validity_period_k bool |
The period that a signature is valid |
||
signature_validity_period_v int |
in days, 10 days by default |
||
hsm str |
specify the HSM template |
||
dnssec_template_zsk dict |
Field dnssec_template_zsk |
||
zsk_keysize_k bool |
Specify the number of bits in the DNSSEC ZSK keys |
||
zsk_keysize_v int |
Default size is 2048 and must be an exact multiple of 64 |
||
zsk_lifetime_k bool |
Set the lifetime for DNSSEC ZSK keys in days |
||
zsk_lifetime_v int |
Default value is 90 days |
||
zsk_rollover_time_k bool |
Set the rollover time in days |
||
zsk_rollover_time_v int |
7 days less than the lifetime by default |
||
dnssec_template_ksk dict |
Field dnssec_template_ksk |
||
ksk_keysize_k bool |
Specify the number of bits in the DNSSEC KSK keys |
||
ksk_keysize_v int |
Default size is 2048 and must be an exact multiple of 64 |
||
ksk_lifetime_k bool |
Set the lifetime for DNSSEC KSK keys in days |
||
ksk_lifetime_v int |
Default value is 365 days |
||
ksk_rollover_time_k bool |
Set the rollover time in days |
||
zsk_rollover_time_v int |
7 days less than the lifetime by default |
||
uuid str |
uuid of the object |
||
user_tag str |
Customized tag |
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.