network_implicit_dns_rules - Implicit DNS Rule Resource +++++++++++++++++++++++++++++++++++++++++++++++++++++++ .. versionadded:: 1.0.0 .. contents:: :local: :depth: 1 Synopsis -------- Implicit DNS Rule Resource. Use API "/resource-api/v2/network/implicit-dns-rules/{primaryKey}". Requirements ------------ The below requirements are needed on the host that executes this module. - ansible>=2.17.0 Parameters ---------- .. raw:: html Examples ------------- .. code-block:: yaml - name: Network Implicit DNS Rule hosts: fortisase gather_facts: false tasks: - name: Update Network Implicit DNS Rule fortinet.fortisase.network_implicit_dns_rules: params: primary_key: "implicit_all" dns_server: "fortiguard" Return Values ------------- .. raw:: html Authors ------- - Xinwei Du (@dux-fortinet)