- hosts: fortimanager00 collections: - fortinet.fortimanager connection: httpapi vars: ansible_httpapi_use_ssl: True ansible_httpapi_validate_certs: False ansible_httpapi_port: 443 tasks: - name: Config object tagging. fmgr_firewall_proxyaddrgrp_tagging: bypass_validation: False adom: ansible proxy-addrgrp: 'ansible-name' # name state: present firewall_proxyaddrgrp_tagging: category: 'ansible-category' # need a valid category name name: 'ansible-test' tags: ['ansible2', 'ansible1']