:source: fortios_system_vdom_dns.py
:orphan:
.. fortios_system_vdom_dns:
fortios_system_vdom_dns -- Configure DNS servers for a non-management VDOM 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 vdom_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.15
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_vdom_dns - Configure DNS servers for a non-management VDOM. type: dict
more...
| Supported Version Ranges |
| system_vdom_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 |
- 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 |
- 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 IPv6 DNS server IP address for the VDOM. type: str
more...
|
Supported Version Ranges |
| ip6_primary |
v6.0.0 -> 7.6.6 |
- ip6_secondary - Secondary IPv6 DNS server IP address for the VDOM. type: str
more...
|
Supported Version Ranges |
| ip6_secondary |
v6.0.0 -> 7.6.6 |
- primary - Primary DNS server IP address for the VDOM. 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 |
- secondary - Secondary DNS server IP address for the VDOM. 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 - Source IP for communications with the DNS server. 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 |
- vdom_dns - Enable/disable configuring DNS servers for the current VDOM. type: str choices: enable, disable
more...
|
Supported Version Ranges |
| vdom_dns |
v6.0.0 -> 7.6.6 |
| [enable] |
v6.0.0 -> 7.6.6 |
| [disable] |
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 servers for a non-management VDOM.
fortinet.fortios.fortios_system_vdom_dns:
vdom: "{{ vdom }}"
system_vdom_dns:
alt_primary: ""
alt_secondary: ""
dns_over_tls: "disable"
interface: " (source system.interface.name)"
interface_select_method: "auto"
ip6_primary: ""
ip6_secondary: ""
primary: ""
protocol: "cleartext"
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)"
vdom_dns: "enable"
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.