- hosts: fortimanager00 collections: - fortinet.fortimanager connection: httpapi vars: ansible_httpapi_use_ssl: True ansible_httpapi_validate_certs: False ansible_httpapi_port: 443 tasks: - name: Configure IPv6 address groups. fmgr_firewall_addrgrp6: bypass_validation: False adom: ansible state: present firewall_addrgrp6: color: 0 comment: 'ansible-comment' member: 'ansible-test' # IPv6 address name name: 'ansible-addrgrp6' # could not the same with other group, adress name, including IPv4 group and address visibility: enable