- name: gathering fortimanager facts hosts: fortimanager00 gather_facts: no connection: httpapi collections: - fortinet.fortimanager vars: ansible_httpapi_use_ssl: True ansible_httpapi_validate_certs: False ansible_httpapi_port: 443 tasks: - name: retrieve all the IP configurations of Azure network interface fmgr_fact: facts: selector: 'system_sdnconnector_nic_ip' params: adom: 'ansible' sdn-connector: 'ansible-test-sdn' # name nic: 'ansible-test-nic' # name ip: ''