- hosts: fortimanager00 collections: - fortinet.fortimanager connection: httpapi vars: ansible_httpapi_use_ssl: True ansible_httpapi_validate_certs: False ansible_httpapi_port: 443 tasks: - name: Config global Wildcard FQDN address groups. fmgr_firewall_wildcardfqdn_group: bypass_validation: False adom: ansible state: present firewall_wildcardfqdn_group: color: 1 comment: 'ansible-comment' member: 'ansible-test' name: 'ansible-test-fqdn-grp'