- hosts: fortimanager00 collections: - fortinet.fortimanager connection: httpapi vars: ansible_httpapi_use_ssl: True ansible_httpapi_validate_certs: False ansible_httpapi_port: 443 tasks: - name: POP3 server entry configuration. fmgr_user_pop3: bypass_validation: False adom: ansible state: present user_pop3: name: ansible-test-pop port: 8000 secure: none # server: ansible ssl-min-proto-version: default #