- 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 IPv4 address group fmgr_firewall_addrgrp_dynamicmapping: bypass_validation: False adom: ansible addrgrp: 'ansible' # name state: present firewall_addrgrp_dynamicmapping: _scope: - name: FGT_AWS # need a valid device name vdom: root # need a valid vdom name under the device allow-routing: disable color: 1 member: 'ansible-test' visibility: enable