- hosts: fortimanager00 collections: - fortinet.fortimanager connection: httpapi vars: ansible_httpapi_use_ssl: True ansible_httpapi_validate_certs: False ansible_httpapi_port: 443 tasks: - name: DHCP options. fmgr_system_dhcp_server_options: bypass_validation: False adom: ansible server: 1 # id state: present system_dhcp_server_options: id: 1 ip: 222.222.222.1 type: hex # value: ansible