:source: fortios_system_dns.py
:orphan:
.. fortios_system_dns:
fortios_system_dns -- Configure DNS in Fortinet's FortiOS and FortiGate.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
.. versionadded:: 2.0.0
.. contents::
:local:
:depth: 1
Synopsis
--------
- This module is able to configure a FortiGate or FortiOS (FOS) device by allowing the user to set and modify system feature and dns category. Examples include all parameters and values need to be adjusted to datasources before usage. Tested with FOS v6.0.0
Requirements
------------
The below requirements are needed on the host that executes this module.
- ansible>=2.16
Tips
----
Using member operation to add an element to an existing object.
FortiOS Version Compatibility
-----------------------------
Supported Version Ranges: v6.0.0 -> v7.6.6
Parameters
----------
.. raw:: html
- access_token - Token-based authentication. Generated from GUI of Fortigate. type: str required: false
- enable_log - Enable/Disable logging for task. type: bool required: false default: False
- vdom - Virtual domain, among those defined previously. A vdom is a virtual instance of the FortiGate that can be configured and used as a different unit. type: str default: root
- member_path - Member attribute path to operate on. type: str
- member_state - Add or delete a member under specified attribute path. type: str choices: present, absent
- system_dns - Configure DNS. type: dict
more...
| Supported Version Ranges |
| system_dns |
v6.0.0 -> 7.6.6 |
- alt_primary - Alternate primary DNS server. This is not used as a failover DNS server. type: str
more...
|
Supported Version Ranges |
| alt_primary |
v7.0.1 -> 7.6.6 |
- alt_secondary - Alternate secondary DNS server. This is not used as a failover DNS server. type: str
more...
|
Supported Version Ranges |
| alt_secondary |
v7.0.1 -> 7.6.6 |
- cache_notfound_responses - Enable/disable response from the DNS server when a record is not in cache. type: str choices: disable, enable
more...
|
Supported Version Ranges |
| cache_notfound_responses |
v6.0.0 -> 7.6.6 |
| [disable] |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
- dns_cache_limit - Maximum number of records in the DNS cache. type: int
more...
|
Supported Version Ranges |
| dns_cache_limit |
v6.0.0 -> 7.6.6 |
- dns_cache_ttl - Duration in seconds that the DNS cache retains information. type: int
more...
|
Supported Version Ranges |
| dns_cache_ttl |
v6.0.0 -> 7.6.6 |
- dns_over_tls - Enable/disable/enforce DNS over TLS. type: str choices: disable, enable, enforce
more...
|
Supported Version Ranges |
| dns_over_tls |
v6.2.0 -> v6.4.4 |
| [disable] |
v6.2.0 -> v6.4.4 |
| [enable] |
v6.2.0 -> v6.4.4 |
| [enforce] |
v6.2.0 -> v6.4.4 |
- domain - Search suffix list for hostname lookup. type: list member_path: domain:domain
more...
| Supported Version Ranges |
| domain |
v6.0.0 -> 7.6.6 |
- domain - DNS search domain list separated by space (maximum 8 domains). type: str required: true
more...
|
Supported Version Ranges |
| domain |
v6.0.0 -> 7.6.6 |
- fqdn_cache_ttl - FQDN cache time to live in seconds (0 - 86400). type: int
more...
|
Supported Version Ranges |
| fqdn_cache_ttl |
v7.2.1 -> 7.6.6 |
- fqdn_max_refresh - FQDN cache maximum refresh time in seconds (3600 - 86400). type: int
more...
|
Supported Version Ranges |
| fqdn_max_refresh |
v7.4.0 -> 7.6.6 |
- fqdn_min_refresh - FQDN cache minimum refresh time in seconds (10 - 3600). type: int
more...
|
Supported Version Ranges |
| fqdn_min_refresh |
v7.2.1 -> 7.6.6 |
- hostname_limit - Limit of the number of hostname table entries (0 - 50000). type: int
more...
|
Supported Version Ranges |
| hostname_limit |
v7.6.0 -> 7.6.6 |
- hostname_ttl - TTL of hostname table entries (60 - 86400). type: int
more...
|
Supported Version Ranges |
| hostname_ttl |
v7.6.0 -> 7.6.6 |
- interface - Specify outgoing interface to reach server. Source system.interface.name. type: str
more...
|
Supported Version Ranges |
| interface |
v6.2.0 -> v6.2.0 |
v6.2.5 -> 7.6.6 |
- interface_select_method - Specify how to select outgoing interface to reach server. type: str choices: auto, sdwan, specify
more...
|
Supported Version Ranges |
| interface_select_method |
v6.2.0 -> v6.2.0 |
v6.2.5 -> 7.6.6 |
| [auto] |
v6.2.0 -> v6.2.0 |
| [sdwan] |
v6.2.0 -> v6.2.0 |
| [specify] |
v6.2.0 -> v6.2.0 |
- ip6_primary - Primary DNS server IPv6 address. type: str
more...
|
Supported Version Ranges |
| ip6_primary |
v6.0.0 -> 7.6.6 |
- ip6_secondary - Secondary DNS server IPv6 address. type: str
more...
|
Supported Version Ranges |
| ip6_secondary |
v6.0.0 -> 7.6.6 |
- log - Local DNS log setting. type: str choices: disable, error, all
more...
|
Supported Version Ranges |
| log |
v7.0.1 -> 7.6.6 |
| [disable] |
v7.0.1 -> 7.6.6 |
| [error] |
v7.0.1 -> 7.6.6 |
| [all] |
v7.0.1 -> 7.6.6 |
- primary - Primary DNS server IP address. type: str
more...
|
Supported Version Ranges |
| primary |
v6.0.0 -> 7.6.6 |
- protocol - DNS transport protocols. type: list choices: cleartext, dot, doh
more...
|
Supported Version Ranges |
| protocol |
v7.0.0 -> 7.6.6 |
| [cleartext] |
v7.0.0 -> 7.6.6 |
| [dot] |
v7.0.0 -> 7.6.6 |
| [doh] |
v7.0.0 -> 7.6.6 |
- retry - Number of times to retry (0 - 5). type: int
more...
|
Supported Version Ranges |
| retry |
v6.0.0 -> 7.6.6 |
- root_servers - Configure up to two preferred servers that serve the DNS root zone . type: list
- secondary - Secondary DNS server IP address. type: str
more...
|
Supported Version Ranges |
| secondary |
v6.0.0 -> 7.6.6 |
- server_hostname - DNS server host name list. type: list member_path: server_hostname:hostname
more...
| Supported Version Ranges |
| server_hostname |
v6.2.0 -> 7.6.6 |
- hostname - DNS server host name list separated by space (maximum 4 domains). type: str required: true
more...
|
Supported Version Ranges |
| hostname |
v6.2.0 -> 7.6.6 |
- server_select_method - Specify how configured servers are prioritized. type: str choices: least-rtt, failover
more...
|
Supported Version Ranges |
| server_select_method |
v7.0.1 -> 7.6.6 |
| [least-rtt] |
v7.0.1 -> 7.6.6 |
| [failover] |
v7.0.1 -> 7.6.6 |
- source_ip - IP address used by the DNS server as its source IP. type: str
more...
|
Supported Version Ranges |
| source_ip |
v6.0.0 -> 7.6.6 |
- source_ip_interface - IP address of the specified interface as the source IP address. Source system.interface.name. type: str
more...
|
Supported Version Ranges |
| source_ip_interface |
v7.6.1 -> 7.6.6 |
- ssl_certificate - Name of local certificate for SSL connections. Source certificate.local.name. type: str
more...
|
Supported Version Ranges |
| ssl_certificate |
v6.2.0 -> 7.6.6 |
- timeout - DNS query timeout interval in seconds (1 - 10). type: int
more...
|
Supported Version Ranges |
| timeout |
v6.0.0 -> 7.6.6 |
- vrf_select - VRF ID used for connection to server. type: int
more...
|
Supported Version Ranges |
| vrf_select |
v7.6.1 -> 7.6.6 |
Notes
-----
.. note::
- Legacy fortiosapi has been deprecated, httpapi is the preferred way to run playbooks
- The module supports check_mode.
Examples
--------
.. code-block:: yaml+jinja
- name: Configure DNS.
fortinet.fortios.fortios_system_dns:
vdom: "{{ vdom }}"
system_dns:
alt_primary: ""
alt_secondary: ""
cache_notfound_responses: "disable"
dns_cache_limit: "5000"
dns_cache_ttl: "1800"
dns_over_tls: "disable"
domain:
-
domain: ""
fqdn_cache_ttl: "0"
fqdn_max_refresh: "3600"
fqdn_min_refresh: "60"
hostname_limit: "5000"
hostname_ttl: "86400"
interface: " (source system.interface.name)"
interface_select_method: "auto"
ip6_primary: ""
ip6_secondary: ""
log: "disable"
primary: ""
protocol: "cleartext"
retry: "2"
root_servers: ""
secondary: ""
server_hostname:
-
hostname: "myhostname"
server_select_method: "least-rtt"
source_ip: "84.230.14.43"
source_ip_interface: " (source system.interface.name)"
ssl_certificate: " (source certificate.local.name)"
timeout: "5"
vrf_select: "0"
Return Values
-------------
Common return values are documented: https://docs.ansible.com/ansible/latest/reference_appendices/common_return_values.html#common-return-values, the following are the fields unique to this module:
.. raw:: html
- build - Build number of the fortigate image returned: always type: str sample: 1547
- http_method - Last method used to provision the content into FortiGate returned: always type: str sample: PUT
- http_status - Last result given by FortiGate on last operation applied returned: always type: str sample: 200
- mkey - Master key (id) used in the last call to FortiGate returned: success type: str sample: id
- name - Name of the table used to fulfill the request returned: always type: str sample: urlfilter
- path - Path of the table used to fulfill the request returned: always type: str sample: webfilter
- revision - Internal revision number returned: always type: str sample: 17.0.2.10658
- serial - Serial number of the unit returned: always type: str sample: FGVMEVYYQT3AB5352
- status - Indication of the operation's result returned: always type: str sample: success
- vdom - Virtual domain used returned: always type: str sample: root
- version - Version of the FortiGate returned: always type: str sample: v5.6.3
Status
------
- This module is not guaranteed to have a backwards compatible interface.
Authors
-------
- Link Zheng (@chillancezen)
- Jie Xue (@JieX19)
- Hongbin Lu (@fgtdev-hblu)
- Frank Shen (@frankshen01)
- Miguel Angel Munoz (@mamunozgonzalez)
- Nicolas Thomas (@thomnico)
.. hint::
If you notice any issues in this documentation, you can create a pull request to improve it.