- 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 dynamic mappings of IPv6 address group fmgr_firewall_addrgrp6_dynamicmapping: bypass_validation: False adom: ansible addrgrp6: 'ansible-addrgrp6' # name state: present firewall_addrgrp6_dynamicmapping: _scope: - name: FGT_AWS # need a valid device name vdom: root # need a valid vdom name under the device color: 22 comment: 'ansible-test-comment' visibility: enable