- hosts: fortimanager00 collections: - fortinet.fortimanager connection: httpapi vars: ansible_httpapi_use_ssl: True ansible_httpapi_validate_certs: False ansible_httpapi_port: 443 tasks: - name: Routing table configuration. fmgr_system_route6: bypass_validation: False state: present system_route6: device: port1 dst: '2001::/96' gateway: 2001::2 prio: 2