- hosts: fortimanager00 collections: - fortinet.fortimanager connection: httpapi vars: ansible_httpapi_use_ssl: True ansible_httpapi_validate_certs: False ansible_httpapi_port: 443 tasks: - name: TACACS+ server entry configuration. fmgr_system_admin_tacacs: bypass_validation: False state: present system_admin_tacacs: authen-type: auto # authorization: disable key: fortinet name: ansible-test-tacacs port: 1 server: ansible