├── README.md ├── fortianalyzer ├── module_utils │ └── network │ │ └── fortianalyzer │ │ ├── __init__.py │ │ ├── common.py │ │ └── fortianalyzer.py ├── modules │ └── network │ │ └── fortianalyzer │ │ ├── __init__.py │ │ ├── faz_device.py │ │ └── faz_query.py ├── playbooks │ └── by_module │ │ ├── faz_device │ │ ├── faz_device_plugin_add.yml │ │ ├── faz_device_plugin_del.yml │ │ └── faz_device_plugin_promote_unreg.yml │ │ └── faz_query │ │ └── faz_query_custom.yml └── plugins │ └── httpapi │ ├── __init__.py │ └── fortianalyzer.py ├── fortimanager ├── module_utils │ └── network │ │ └── fortimanager │ │ ├── __init__.py │ │ ├── common.py │ │ └── fortimanager.py ├── modules │ └── network │ │ └── fortimanager │ │ ├── __init__.py │ │ ├── fmgr_device.py │ │ ├── fmgr_device_config.py │ │ ├── fmgr_device_group.py │ │ ├── fmgr_device_provision_template.py │ │ ├── fmgr_fortimeter.py │ │ ├── fmgr_fwobj_address.py │ │ ├── fmgr_fwobj_ippool.py │ │ ├── fmgr_fwobj_ippool6.py │ │ ├── fmgr_fwobj_service.py │ │ ├── fmgr_fwobj_vip.py │ │ ├── fmgr_fwpol_ipv4.py │ │ ├── fmgr_fwpol_package.py │ │ ├── fmgr_ha.py │ │ ├── fmgr_query.py │ │ ├── fmgr_script.py │ │ ├── fmgr_secprof_appctrl.py │ │ ├── fmgr_secprof_av.py │ │ ├── fmgr_secprof_dns.py │ │ ├── fmgr_secprof_ips.py │ │ ├── fmgr_secprof_profile_group.py │ │ ├── fmgr_secprof_proxy.py │ │ ├── fmgr_secprof_spam.py │ │ ├── fmgr_secprof_ssl_ssh.py │ │ ├── fmgr_secprof_voip.py │ │ ├── fmgr_secprof_waf.py │ │ ├── fmgr_secprof_wanopt.py │ │ └── fmgr_secprof_web.py ├── playbooks │ ├── by_module │ │ ├── fmgr_device │ │ │ ├── fmgr_device_run_all.sh │ │ │ ├── fmgr_devices.yml │ │ │ ├── fmgr_devices_ansibleAdom.yml │ │ │ ├── fmgr_devices_ansibleAdom2.yml │ │ │ ├── fmgr_devices_ansibleAdom_all.yml │ │ │ ├── fmgr_devices_delete_ansibleAdom.yml │ │ │ ├── fmgr_devices_ipv6_add.yml │ │ │ ├── fmgr_devices_plugin_edition_add.yml │ │ │ ├── fmgr_devices_plugin_edition_del.yml │ │ │ └── fmgr_devices_pyfmg.yml │ │ ├── fmgr_device_config │ │ │ ├── fgt01_config.yml │ │ │ ├── fgt02_config.yml │ │ │ ├── fgt03_config.yml │ │ │ ├── fmgr_device_config.yml │ │ │ ├── fmgr_device_config_run_all.sh │ │ │ └── fmgr_device_exec_config.yml │ │ ├── fmgr_device_group │ │ │ ├── fmgr_device_group_run_all.sh │ │ │ ├── fmgr_device_groups.yml │ │ │ ├── fmgr_group_add.yml │ │ │ ├── fmgr_group_delete.yml │ │ │ ├── fmgr_group_edit_add.yml │ │ │ └── fmgr_group_edit_remove.yml │ │ ├── fmgr_device_provision_template │ │ │ ├── fmgr_device_proftemplate_faz_assign.yml │ │ │ ├── fmgr_device_provision_template.yml │ │ │ ├── fmgr_device_provision_template_absent.yml │ │ │ ├── fmgr_device_provision_template_delete.yml │ │ │ ├── fmgr_device_provision_template_remove_scope.yml │ │ │ └── fmgr_device_provision_template_run_all.sh │ │ ├── fmgr_fortimeter │ │ │ ├── fmgr_fortimeter_run_all.sh │ │ │ ├── fmgr_fortimeter_set.yml │ │ │ └── fmgr_fortimeter_set2.yml │ │ ├── fmgr_fwobj_address │ │ │ ├── fmgr_fwobj_address_run_all.sh │ │ │ ├── fmgr_fwobj_ipv4_add_fqdn.yml │ │ │ ├── fmgr_fwobj_ipv4_add_geo.yml │ │ │ ├── fmgr_fwobj_ipv4_add_ipmask.yml │ │ │ ├── fmgr_fwobj_ipv4_add_iprange.yml │ │ │ ├── fmgr_fwobj_ipv4_add_ipsubnet.yml │ │ │ ├── fmgr_fwobj_ipv4_add_wildcard.yml │ │ │ ├── fmgr_fwobj_ipv4_add_wildcard_fqdn.yml │ │ │ ├── fmgr_fwobj_ipv4_add_z_group.yml │ │ │ ├── fmgr_fwobj_ipv4_broadcast_subnet.yml │ │ │ ├── fmgr_fwobj_ipv4_del_all.yml │ │ │ ├── fmgr_fwobj_ipv4_multicast_range.yml │ │ │ ├── fmgr_fwobj_ipv6_add_ip.yml │ │ │ ├── fmgr_fwobj_ipv6_add_iprange.yml │ │ │ └── fmgr_fwobj_ipv6_add_z_group.yml │ │ ├── fmgr_fwobj_ippool │ │ │ ├── fmgr_fwobj_ippool_add.yml │ │ │ ├── fmgr_fwobj_ippool_del.yml │ │ │ └── fmgr_fwobj_ippool_run_all.sh │ │ ├── fmgr_fwobj_ippool6 │ │ │ ├── fmgr_fwobj_ippool6_add.yml │ │ │ ├── fmgr_fwobj_ippool6_del.yml │ │ │ └── fmgr_fwobj_ippool6_run_all.sh │ │ ├── fmgr_fwobj_service │ │ │ ├── fmgr_fwobj_service_add_category.yml │ │ │ ├── fmgr_fwobj_service_add_custom.yml │ │ │ ├── fmgr_fwobj_service_add_group.yml │ │ │ ├── fmgr_fwobj_service_delete_category.yml │ │ │ ├── fmgr_fwobj_service_delete_custom.yml │ │ │ ├── fmgr_fwobj_service_delete_group.yml │ │ │ └── fmgr_fwobj_service_run_all.sh │ │ ├── fmgr_fwobj_vip │ │ │ ├── fmgr_fwobj_vip_TEMPLATE.yml │ │ │ ├── fmgr_fwobj_vip_add_dnst.yml │ │ │ ├── fmgr_fwobj_vip_add_fqdn.yml │ │ │ ├── fmgr_fwobj_vip_add_pnat.yml │ │ │ ├── fmgr_fwobj_vip_add_snat.yml │ │ │ ├── fmgr_fwobj_vip_del_all.yml │ │ │ └── fmgr_fwobj_vip_run_all.sh │ │ ├── fmgr_fwpol_ipv4 │ │ │ ├── fmgr_fwpol_ipv4_add_basic.yml │ │ │ ├── fmgr_fwpol_ipv4_add_fsso.yml │ │ │ ├── fmgr_fwpol_ipv4_delete_basic.yml │ │ │ └── fmgr_fwpol_ipv4_run_all.sh │ │ ├── fmgr_fwpol_package │ │ │ ├── fmgr_fwpol_package_add.yml │ │ │ ├── fmgr_fwpol_package_add_with_rules_install.yml │ │ │ ├── fmgr_fwpol_package_assign2vdom.yml │ │ │ ├── fmgr_fwpol_package_delete.yml │ │ │ ├── fmgr_fwpol_package_install.yml │ │ │ ├── fmgr_fwpol_package_install2vdom.yml │ │ │ ├── fmgr_fwpol_package_run_all.sh │ │ │ ├── fmgr_fwpol_plugin_add.yml │ │ │ ├── fmgr_fwpol_plugin_copy.yml │ │ │ ├── fmgr_fwpol_plugin_del.yml │ │ │ ├── fmgr_fwpol_plugin_install.yml │ │ │ └── fmgr_fwpol_plugin_move.yml │ │ ├── fmgr_ha │ │ │ ├── fmgr_ha_disable_peer.yml │ │ │ ├── fmgr_ha_disable_peer2.yml │ │ │ ├── fmgr_ha_enable_peer.yml │ │ │ ├── fmgr_ha_enable_peer2.yml │ │ │ ├── fmgr_ha_enable_peer_slave.yml │ │ │ ├── fmgr_ha_master.yml │ │ │ ├── fmgr_ha_run_all.sh │ │ │ ├── fmgr_ha_slave.yml │ │ │ └── fmgr_ha_standalone.yml │ │ ├── fmgr_query │ │ │ ├── fmgr_query_run_all.sh │ │ │ └── fmgr_query_test.yml │ │ ├── fmgr_script │ │ │ ├── fmgr_faz_scripts.yml │ │ │ ├── fmgr_script_run_all.sh │ │ │ └── fmgr_scripts.yml │ │ ├── fmgr_secprof_app │ │ │ ├── app_ctrl.yml │ │ │ └── fmgr_secprof_app_run_all.sh │ │ ├── fmgr_secprof_av │ │ │ ├── av.yml │ │ │ ├── fmgr_secprof_av_add.yml │ │ │ ├── fmgr_secprof_av_del.yml │ │ │ └── fmgr_secprof_av_run_all.sh │ │ ├── fmgr_secprof_dns │ │ │ ├── dns.yml │ │ │ └── fmgr_secprof_dns_run_all.sh │ │ ├── fmgr_secprof_ips │ │ │ ├── fmgr_secprof_ips_run_all.sh │ │ │ ├── ips.yml │ │ │ └── ips2.yml │ │ ├── fmgr_secprof_profile_group │ │ │ ├── fmgr_secprof_profile_group_run_all.sh │ │ │ └── security_profile.yml │ │ ├── fmgr_secprof_proxy │ │ │ ├── fmgr_secprof_proxy_run_all.sh │ │ │ └── proxy.yml │ │ ├── fmgr_secprof_spam │ │ │ ├── fmgr_secprof_spam_run_all.sh │ │ │ └── spam.yml │ │ ├── fmgr_secprof_ssl_ssh │ │ │ ├── fmgr_secprof_ssl_ssh_run_all.sh │ │ │ └── ssl.yml │ │ ├── fmgr_secprof_voip │ │ │ ├── fmgr_secprof_voip_run_all.sh │ │ │ └── voip.yml │ │ ├── fmgr_secprof_waf │ │ │ ├── fmgr_secprof_waf_run_all.sh │ │ │ └── waf.yml │ │ ├── fmgr_secprof_wanopt │ │ │ ├── fmgr_secprof_wanopt_run_all.sh │ │ │ └── wanopt.yml │ │ └── fmgr_secprof_web │ │ │ ├── fmgr_secprof_web_run_all.sh │ │ │ └── web.yml │ └── by_role │ │ └── evoke_fgt_ha_auto │ │ ├── remediate_fgt_clusters.yml │ │ └── vars │ │ ├── var_fgt_clusters.yml │ │ ├── var_fgt_ha_scripts.yml │ │ ├── var_fgt_intf_to_provision.yml │ │ └── var_fgts_to_provision.yml ├── plugins │ └── httpapi │ │ ├── __init__.py │ │ └── fortimanager.py └── test │ └── units │ └── network │ └── fortimanager │ ├── __init__.py │ ├── fixtures │ ├── test_fmgr_device.json │ ├── test_fmgr_device_config.json │ ├── test_fmgr_device_group.json │ ├── test_fmgr_device_provision_template.json │ ├── test_fmgr_fwobj_address.json │ ├── test_fmgr_fwobj_ippool.json │ ├── test_fmgr_fwobj_ippool6.json │ ├── test_fmgr_fwobj_service.json │ ├── test_fmgr_fwobj_vip.json │ ├── test_fmgr_fwpol_ipv4.json │ ├── test_fmgr_fwpol_package.json │ ├── test_fmgr_ha.json │ ├── test_fmgr_query.json │ ├── test_fmgr_script.json │ ├── test_fmgr_secprof_appctrl.json │ ├── test_fmgr_secprof_av.json │ ├── test_fmgr_secprof_dns.json │ ├── test_fmgr_secprof_ips.json │ ├── test_fmgr_secprof_profile_group.json │ ├── test_fmgr_secprof_proxy.json │ ├── test_fmgr_secprof_spam.json │ ├── test_fmgr_secprof_ssl_ssh.json │ ├── test_fmgr_secprof_voip.json │ ├── test_fmgr_secprof_waf.json │ ├── test_fmgr_secprof_wanopt.json │ └── test_fmgr_secprof_web.json │ ├── fortimanager_module.py │ ├── test_fmgr_device.py │ ├── test_fmgr_device_config.py │ ├── test_fmgr_device_group.py │ ├── test_fmgr_device_provision_template.py │ ├── test_fmgr_fwobj_address.py │ ├── test_fmgr_fwobj_ippool.py │ ├── test_fmgr_fwobj_ippool6.py │ ├── test_fmgr_fwobj_service.py │ ├── test_fmgr_fwobj_vip.py │ ├── test_fmgr_fwpol_ipv4.py │ ├── test_fmgr_fwpol_package.py │ ├── test_fmgr_ha.py │ ├── test_fmgr_provisioning.py │ ├── test_fmgr_query.py │ ├── test_fmgr_script.py │ ├── test_fmgr_secprof_appctrl.py │ ├── test_fmgr_secprof_av.py │ ├── test_fmgr_secprof_dns.py │ ├── test_fmgr_secprof_ips.py │ ├── test_fmgr_secprof_profile_group.py │ ├── test_fmgr_secprof_proxy.py │ ├── test_fmgr_secprof_spam.py │ ├── test_fmgr_secprof_ssl_ssh.py │ ├── test_fmgr_secprof_voip.py │ ├── test_fmgr_secprof_waf.py │ ├── test_fmgr_secprof_wanopt.py │ └── test_fmgr_secprof_web.py └── fortisiem ├── module_utils └── network │ └── fortisiem │ ├── __init__.py │ ├── common.py │ ├── fortisiem.py │ └── fsm_xml_generators.py ├── modules └── network │ └── fortisiem │ ├── __init__.py │ ├── fsm_cmdb_devices.py │ ├── fsm_credentials.py │ ├── fsm_custom_query.py │ ├── fsm_device_monitors.py │ ├── fsm_discovery.py │ ├── fsm_maintenance.py │ ├── fsm_organizations.py │ ├── fsm_report_query.py │ ├── fsm_send_syslog.py │ └── fsm_verify_device_ip.py └── playbooks └── by_module ├── fsm_cmdb_devices ├── fsm_get_cmdb_devices_simple.yml └── fsm_msp_get_cmdb_devices_simple.yml ├── fsm_credentials ├── creds.xml ├── creds2.xml ├── creds3_output_msp_dual_collector.xml ├── fsm_add_access_methods.yml ├── fsm_get_access_methods.yml ├── fsm_msp_add_access_methods.yml ├── fsm_msp_get_access_methods.yml └── fsm_msp_update_access_methods.yml ├── fsm_custom_query └── fsm_custom_query1.yml ├── fsm_device_monitors ├── disable_monitors.xml ├── enable_monitors.xml ├── fsm_get_monitors.yml └── fsm_update_monitors.yml ├── fsm_discovery ├── fsm_discovery_add.yml └── fsm_discovery_status.yml ├── fsm_maintenance ├── fsm_maintenance_add.yml └── fsm_maintenance_del.yml ├── fsm_organizations ├── fsm_add_orgs.yml ├── fsm_get_organizations.yml ├── fsm_msp_get_organizations.yml └── fsm_update_orgs.yml ├── fsm_report_query ├── all_fw_events.xml ├── fsm_incident_report.yml ├── fsm_msp_submit_large_report.yml ├── fsm_msp_submit_report.yml ├── fsm_submit_large_report.yml ├── fsm_submit_report.yml ├── fsm_submit_timed_report.yml └── top_fortisiem_events_by_count.xml ├── fsm_send_syslog └── fsm_send_syslogs.yml └── fsm_verify_device ├── fsm_verify_device.yml ├── fsm_verify_device_list.yml └── fsm_verify_device_list_file.yml /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/README.md -------------------------------------------------------------------------------- /fortianalyzer/module_utils/network/fortianalyzer/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fortianalyzer/module_utils/network/fortianalyzer/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortianalyzer/module_utils/network/fortianalyzer/common.py -------------------------------------------------------------------------------- /fortianalyzer/module_utils/network/fortianalyzer/fortianalyzer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortianalyzer/module_utils/network/fortianalyzer/fortianalyzer.py -------------------------------------------------------------------------------- /fortianalyzer/modules/network/fortianalyzer/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fortianalyzer/modules/network/fortianalyzer/faz_device.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortianalyzer/modules/network/fortianalyzer/faz_device.py -------------------------------------------------------------------------------- /fortianalyzer/modules/network/fortianalyzer/faz_query.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortianalyzer/modules/network/fortianalyzer/faz_query.py -------------------------------------------------------------------------------- /fortianalyzer/playbooks/by_module/faz_device/faz_device_plugin_add.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortianalyzer/playbooks/by_module/faz_device/faz_device_plugin_add.yml -------------------------------------------------------------------------------- /fortianalyzer/playbooks/by_module/faz_device/faz_device_plugin_del.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortianalyzer/playbooks/by_module/faz_device/faz_device_plugin_del.yml -------------------------------------------------------------------------------- /fortianalyzer/playbooks/by_module/faz_device/faz_device_plugin_promote_unreg.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortianalyzer/playbooks/by_module/faz_device/faz_device_plugin_promote_unreg.yml -------------------------------------------------------------------------------- /fortianalyzer/playbooks/by_module/faz_query/faz_query_custom.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortianalyzer/playbooks/by_module/faz_query/faz_query_custom.yml -------------------------------------------------------------------------------- /fortianalyzer/plugins/httpapi/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortianalyzer/plugins/httpapi/__init__.py -------------------------------------------------------------------------------- /fortianalyzer/plugins/httpapi/fortianalyzer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortianalyzer/plugins/httpapi/fortianalyzer.py -------------------------------------------------------------------------------- /fortimanager/module_utils/network/fortimanager/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fortimanager/module_utils/network/fortimanager/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/module_utils/network/fortimanager/common.py -------------------------------------------------------------------------------- /fortimanager/module_utils/network/fortimanager/fortimanager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/module_utils/network/fortimanager/fortimanager.py -------------------------------------------------------------------------------- /fortimanager/modules/network/fortimanager/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fortimanager/modules/network/fortimanager/fmgr_device.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/modules/network/fortimanager/fmgr_device.py -------------------------------------------------------------------------------- /fortimanager/modules/network/fortimanager/fmgr_device_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/modules/network/fortimanager/fmgr_device_config.py -------------------------------------------------------------------------------- /fortimanager/modules/network/fortimanager/fmgr_device_group.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/modules/network/fortimanager/fmgr_device_group.py -------------------------------------------------------------------------------- /fortimanager/modules/network/fortimanager/fmgr_device_provision_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/modules/network/fortimanager/fmgr_device_provision_template.py -------------------------------------------------------------------------------- /fortimanager/modules/network/fortimanager/fmgr_fortimeter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/modules/network/fortimanager/fmgr_fortimeter.py -------------------------------------------------------------------------------- /fortimanager/modules/network/fortimanager/fmgr_fwobj_address.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/modules/network/fortimanager/fmgr_fwobj_address.py -------------------------------------------------------------------------------- /fortimanager/modules/network/fortimanager/fmgr_fwobj_ippool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/modules/network/fortimanager/fmgr_fwobj_ippool.py -------------------------------------------------------------------------------- /fortimanager/modules/network/fortimanager/fmgr_fwobj_ippool6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/modules/network/fortimanager/fmgr_fwobj_ippool6.py -------------------------------------------------------------------------------- /fortimanager/modules/network/fortimanager/fmgr_fwobj_service.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/modules/network/fortimanager/fmgr_fwobj_service.py -------------------------------------------------------------------------------- /fortimanager/modules/network/fortimanager/fmgr_fwobj_vip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/modules/network/fortimanager/fmgr_fwobj_vip.py -------------------------------------------------------------------------------- /fortimanager/modules/network/fortimanager/fmgr_fwpol_ipv4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/modules/network/fortimanager/fmgr_fwpol_ipv4.py -------------------------------------------------------------------------------- /fortimanager/modules/network/fortimanager/fmgr_fwpol_package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/modules/network/fortimanager/fmgr_fwpol_package.py -------------------------------------------------------------------------------- /fortimanager/modules/network/fortimanager/fmgr_ha.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/modules/network/fortimanager/fmgr_ha.py -------------------------------------------------------------------------------- /fortimanager/modules/network/fortimanager/fmgr_query.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/modules/network/fortimanager/fmgr_query.py -------------------------------------------------------------------------------- /fortimanager/modules/network/fortimanager/fmgr_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/modules/network/fortimanager/fmgr_script.py -------------------------------------------------------------------------------- /fortimanager/modules/network/fortimanager/fmgr_secprof_appctrl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/modules/network/fortimanager/fmgr_secprof_appctrl.py -------------------------------------------------------------------------------- /fortimanager/modules/network/fortimanager/fmgr_secprof_av.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/modules/network/fortimanager/fmgr_secprof_av.py -------------------------------------------------------------------------------- /fortimanager/modules/network/fortimanager/fmgr_secprof_dns.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/modules/network/fortimanager/fmgr_secprof_dns.py -------------------------------------------------------------------------------- /fortimanager/modules/network/fortimanager/fmgr_secprof_ips.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/modules/network/fortimanager/fmgr_secprof_ips.py -------------------------------------------------------------------------------- /fortimanager/modules/network/fortimanager/fmgr_secprof_profile_group.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/modules/network/fortimanager/fmgr_secprof_profile_group.py -------------------------------------------------------------------------------- /fortimanager/modules/network/fortimanager/fmgr_secprof_proxy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/modules/network/fortimanager/fmgr_secprof_proxy.py -------------------------------------------------------------------------------- /fortimanager/modules/network/fortimanager/fmgr_secprof_spam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/modules/network/fortimanager/fmgr_secprof_spam.py -------------------------------------------------------------------------------- /fortimanager/modules/network/fortimanager/fmgr_secprof_ssl_ssh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/modules/network/fortimanager/fmgr_secprof_ssl_ssh.py -------------------------------------------------------------------------------- /fortimanager/modules/network/fortimanager/fmgr_secprof_voip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/modules/network/fortimanager/fmgr_secprof_voip.py -------------------------------------------------------------------------------- /fortimanager/modules/network/fortimanager/fmgr_secprof_waf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/modules/network/fortimanager/fmgr_secprof_waf.py -------------------------------------------------------------------------------- /fortimanager/modules/network/fortimanager/fmgr_secprof_wanopt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/modules/network/fortimanager/fmgr_secprof_wanopt.py -------------------------------------------------------------------------------- /fortimanager/modules/network/fortimanager/fmgr_secprof_web.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/modules/network/fortimanager/fmgr_secprof_web.py -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_device/fmgr_device_run_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_device/fmgr_device_run_all.sh -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_device/fmgr_devices.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_device/fmgr_devices.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_device/fmgr_devices_ansibleAdom.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_device/fmgr_devices_ansibleAdom.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_device/fmgr_devices_ansibleAdom2.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_device/fmgr_devices_ansibleAdom2.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_device/fmgr_devices_ansibleAdom_all.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_device/fmgr_devices_ansibleAdom_all.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_device/fmgr_devices_delete_ansibleAdom.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_device/fmgr_devices_delete_ansibleAdom.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_device/fmgr_devices_ipv6_add.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_device/fmgr_devices_ipv6_add.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_device/fmgr_devices_plugin_edition_add.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_device/fmgr_devices_plugin_edition_add.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_device/fmgr_devices_plugin_edition_del.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_device/fmgr_devices_plugin_edition_del.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_device/fmgr_devices_pyfmg.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_device/fmgr_devices_pyfmg.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_device_config/fgt01_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_device_config/fgt01_config.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_device_config/fgt02_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_device_config/fgt02_config.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_device_config/fgt03_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_device_config/fgt03_config.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_device_config/fmgr_device_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_device_config/fmgr_device_config.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_device_config/fmgr_device_config_run_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_device_config/fmgr_device_config_run_all.sh -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_device_config/fmgr_device_exec_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_device_config/fmgr_device_exec_config.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_device_group/fmgr_device_group_run_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_device_group/fmgr_device_group_run_all.sh -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_device_group/fmgr_device_groups.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_device_group/fmgr_device_groups.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_device_group/fmgr_group_add.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_device_group/fmgr_group_add.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_device_group/fmgr_group_delete.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_device_group/fmgr_group_delete.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_device_group/fmgr_group_edit_add.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_device_group/fmgr_group_edit_add.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_device_group/fmgr_group_edit_remove.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_device_group/fmgr_group_edit_remove.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_device_provision_template/fmgr_device_proftemplate_faz_assign.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_device_provision_template/fmgr_device_proftemplate_faz_assign.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_device_provision_template/fmgr_device_provision_template.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_device_provision_template/fmgr_device_provision_template.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_device_provision_template/fmgr_device_provision_template_absent.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_device_provision_template/fmgr_device_provision_template_absent.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_device_provision_template/fmgr_device_provision_template_delete.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_device_provision_template/fmgr_device_provision_template_delete.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_device_provision_template/fmgr_device_provision_template_remove_scope.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_device_provision_template/fmgr_device_provision_template_remove_scope.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_device_provision_template/fmgr_device_provision_template_run_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_device_provision_template/fmgr_device_provision_template_run_all.sh -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fortimeter/fmgr_fortimeter_run_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fortimeter/fmgr_fortimeter_run_all.sh -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fortimeter/fmgr_fortimeter_set.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fortimeter/fmgr_fortimeter_set.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fortimeter/fmgr_fortimeter_set2.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fortimeter/fmgr_fortimeter_set2.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_address/fmgr_fwobj_address_run_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_address/fmgr_fwobj_address_run_all.sh -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_address/fmgr_fwobj_ipv4_add_fqdn.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_address/fmgr_fwobj_ipv4_add_fqdn.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_address/fmgr_fwobj_ipv4_add_geo.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_address/fmgr_fwobj_ipv4_add_geo.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_address/fmgr_fwobj_ipv4_add_ipmask.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_address/fmgr_fwobj_ipv4_add_ipmask.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_address/fmgr_fwobj_ipv4_add_iprange.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_address/fmgr_fwobj_ipv4_add_iprange.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_address/fmgr_fwobj_ipv4_add_ipsubnet.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_address/fmgr_fwobj_ipv4_add_ipsubnet.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_address/fmgr_fwobj_ipv4_add_wildcard.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_address/fmgr_fwobj_ipv4_add_wildcard.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_address/fmgr_fwobj_ipv4_add_wildcard_fqdn.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_address/fmgr_fwobj_ipv4_add_wildcard_fqdn.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_address/fmgr_fwobj_ipv4_add_z_group.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_address/fmgr_fwobj_ipv4_add_z_group.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_address/fmgr_fwobj_ipv4_broadcast_subnet.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_address/fmgr_fwobj_ipv4_broadcast_subnet.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_address/fmgr_fwobj_ipv4_del_all.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_address/fmgr_fwobj_ipv4_del_all.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_address/fmgr_fwobj_ipv4_multicast_range.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_address/fmgr_fwobj_ipv4_multicast_range.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_address/fmgr_fwobj_ipv6_add_ip.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_address/fmgr_fwobj_ipv6_add_ip.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_address/fmgr_fwobj_ipv6_add_iprange.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_address/fmgr_fwobj_ipv6_add_iprange.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_address/fmgr_fwobj_ipv6_add_z_group.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_address/fmgr_fwobj_ipv6_add_z_group.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_ippool/fmgr_fwobj_ippool_add.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_ippool/fmgr_fwobj_ippool_add.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_ippool/fmgr_fwobj_ippool_del.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_ippool/fmgr_fwobj_ippool_del.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_ippool/fmgr_fwobj_ippool_run_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_ippool/fmgr_fwobj_ippool_run_all.sh -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_ippool6/fmgr_fwobj_ippool6_add.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_ippool6/fmgr_fwobj_ippool6_add.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_ippool6/fmgr_fwobj_ippool6_del.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_ippool6/fmgr_fwobj_ippool6_del.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_ippool6/fmgr_fwobj_ippool6_run_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_ippool6/fmgr_fwobj_ippool6_run_all.sh -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_service/fmgr_fwobj_service_add_category.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_service/fmgr_fwobj_service_add_category.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_service/fmgr_fwobj_service_add_custom.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_service/fmgr_fwobj_service_add_custom.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_service/fmgr_fwobj_service_add_group.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_service/fmgr_fwobj_service_add_group.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_service/fmgr_fwobj_service_delete_category.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_service/fmgr_fwobj_service_delete_category.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_service/fmgr_fwobj_service_delete_custom.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_service/fmgr_fwobj_service_delete_custom.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_service/fmgr_fwobj_service_delete_group.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_service/fmgr_fwobj_service_delete_group.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_service/fmgr_fwobj_service_run_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_service/fmgr_fwobj_service_run_all.sh -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_vip/fmgr_fwobj_vip_TEMPLATE.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_vip/fmgr_fwobj_vip_TEMPLATE.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_vip/fmgr_fwobj_vip_add_dnst.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_vip/fmgr_fwobj_vip_add_dnst.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_vip/fmgr_fwobj_vip_add_fqdn.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_vip/fmgr_fwobj_vip_add_fqdn.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_vip/fmgr_fwobj_vip_add_pnat.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_vip/fmgr_fwobj_vip_add_pnat.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_vip/fmgr_fwobj_vip_add_snat.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_vip/fmgr_fwobj_vip_add_snat.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_vip/fmgr_fwobj_vip_del_all.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_vip/fmgr_fwobj_vip_del_all.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwobj_vip/fmgr_fwobj_vip_run_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwobj_vip/fmgr_fwobj_vip_run_all.sh -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwpol_ipv4/fmgr_fwpol_ipv4_add_basic.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwpol_ipv4/fmgr_fwpol_ipv4_add_basic.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwpol_ipv4/fmgr_fwpol_ipv4_add_fsso.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwpol_ipv4/fmgr_fwpol_ipv4_add_fsso.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwpol_ipv4/fmgr_fwpol_ipv4_delete_basic.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwpol_ipv4/fmgr_fwpol_ipv4_delete_basic.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwpol_ipv4/fmgr_fwpol_ipv4_run_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwpol_ipv4/fmgr_fwpol_ipv4_run_all.sh -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwpol_package/fmgr_fwpol_package_add.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwpol_package/fmgr_fwpol_package_add.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwpol_package/fmgr_fwpol_package_add_with_rules_install.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwpol_package/fmgr_fwpol_package_add_with_rules_install.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwpol_package/fmgr_fwpol_package_assign2vdom.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwpol_package/fmgr_fwpol_package_assign2vdom.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwpol_package/fmgr_fwpol_package_delete.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwpol_package/fmgr_fwpol_package_delete.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwpol_package/fmgr_fwpol_package_install.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwpol_package/fmgr_fwpol_package_install.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwpol_package/fmgr_fwpol_package_install2vdom.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwpol_package/fmgr_fwpol_package_install2vdom.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwpol_package/fmgr_fwpol_package_run_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwpol_package/fmgr_fwpol_package_run_all.sh -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwpol_package/fmgr_fwpol_plugin_add.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwpol_package/fmgr_fwpol_plugin_add.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwpol_package/fmgr_fwpol_plugin_copy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwpol_package/fmgr_fwpol_plugin_copy.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwpol_package/fmgr_fwpol_plugin_del.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwpol_package/fmgr_fwpol_plugin_del.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwpol_package/fmgr_fwpol_plugin_install.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwpol_package/fmgr_fwpol_plugin_install.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_fwpol_package/fmgr_fwpol_plugin_move.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_fwpol_package/fmgr_fwpol_plugin_move.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_ha/fmgr_ha_disable_peer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_ha/fmgr_ha_disable_peer.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_ha/fmgr_ha_disable_peer2.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_ha/fmgr_ha_disable_peer2.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_ha/fmgr_ha_enable_peer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_ha/fmgr_ha_enable_peer.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_ha/fmgr_ha_enable_peer2.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_ha/fmgr_ha_enable_peer2.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_ha/fmgr_ha_enable_peer_slave.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_ha/fmgr_ha_enable_peer_slave.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_ha/fmgr_ha_master.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_ha/fmgr_ha_master.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_ha/fmgr_ha_run_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_ha/fmgr_ha_run_all.sh -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_ha/fmgr_ha_slave.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_ha/fmgr_ha_slave.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_ha/fmgr_ha_standalone.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_ha/fmgr_ha_standalone.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_query/fmgr_query_run_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_query/fmgr_query_run_all.sh -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_query/fmgr_query_test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_query/fmgr_query_test.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_script/fmgr_faz_scripts.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_script/fmgr_faz_scripts.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_script/fmgr_script_run_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_script/fmgr_script_run_all.sh -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_script/fmgr_scripts.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_script/fmgr_scripts.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_secprof_app/app_ctrl.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_secprof_app/app_ctrl.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_secprof_app/fmgr_secprof_app_run_all.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | ansible-playbook app_ctrl.yml -vvvv 3 | -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_secprof_av/av.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_secprof_av/av.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_secprof_av/fmgr_secprof_av_add.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_secprof_av/fmgr_secprof_av_add.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_secprof_av/fmgr_secprof_av_del.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_secprof_av/fmgr_secprof_av_del.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_secprof_av/fmgr_secprof_av_run_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_secprof_av/fmgr_secprof_av_run_all.sh -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_secprof_dns/dns.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_secprof_dns/dns.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_secprof_dns/fmgr_secprof_dns_run_all.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | ansible-playbook dns.yml -vvvv 3 | -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_secprof_ips/fmgr_secprof_ips_run_all.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | ansible-playbook ips.yml -vvvv 3 | -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_secprof_ips/ips.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_secprof_ips/ips.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_secprof_ips/ips2.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_secprof_ips/ips2.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_secprof_profile_group/fmgr_secprof_profile_group_run_all.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | ansible-playbook security_profile.yml -vvvv 3 | -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_secprof_profile_group/security_profile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_secprof_profile_group/security_profile.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_secprof_proxy/fmgr_secprof_proxy_run_all.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | ansible-playbook proxy.yml -vvvv 3 | -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_secprof_proxy/proxy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_secprof_proxy/proxy.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_secprof_spam/fmgr_secprof_spam_run_all.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | ansible-playbook spam.yml -vvvv 3 | -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_secprof_spam/spam.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_secprof_spam/spam.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_secprof_ssl_ssh/fmgr_secprof_ssl_ssh_run_all.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | ansible-playbook ssl.yml -vvvv 3 | -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_secprof_ssl_ssh/ssl.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_secprof_ssl_ssh/ssl.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_secprof_voip/fmgr_secprof_voip_run_all.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | ansible-playbook voip.yml -vvvv 3 | -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_secprof_voip/voip.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_secprof_voip/voip.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_secprof_waf/fmgr_secprof_waf_run_all.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | ansible-playbook waf.yml -vvvv 3 | -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_secprof_waf/waf.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_secprof_waf/waf.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_secprof_wanopt/fmgr_secprof_wanopt_run_all.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | ansible-playbook wanopt.yml -vvvv 3 | -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_secprof_wanopt/wanopt.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_secprof_wanopt/wanopt.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_secprof_web/fmgr_secprof_web_run_all.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | ansible-playbook web.yml -vvvv 3 | -------------------------------------------------------------------------------- /fortimanager/playbooks/by_module/fmgr_secprof_web/web.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_module/fmgr_secprof_web/web.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_role/evoke_fgt_ha_auto/remediate_fgt_clusters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_role/evoke_fgt_ha_auto/remediate_fgt_clusters.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_role/evoke_fgt_ha_auto/vars/var_fgt_clusters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_role/evoke_fgt_ha_auto/vars/var_fgt_clusters.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_role/evoke_fgt_ha_auto/vars/var_fgt_ha_scripts.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_role/evoke_fgt_ha_auto/vars/var_fgt_ha_scripts.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_role/evoke_fgt_ha_auto/vars/var_fgt_intf_to_provision.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_role/evoke_fgt_ha_auto/vars/var_fgt_intf_to_provision.yml -------------------------------------------------------------------------------- /fortimanager/playbooks/by_role/evoke_fgt_ha_auto/vars/var_fgts_to_provision.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/playbooks/by_role/evoke_fgt_ha_auto/vars/var_fgts_to_provision.yml -------------------------------------------------------------------------------- /fortimanager/plugins/httpapi/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/plugins/httpapi/__init__.py -------------------------------------------------------------------------------- /fortimanager/plugins/httpapi/fortimanager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/plugins/httpapi/fortimanager.py -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_device.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_device.json -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_device_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_device_config.json -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_device_group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_device_group.json -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_device_provision_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_device_provision_template.json -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_fwobj_address.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_fwobj_address.json -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_fwobj_ippool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_fwobj_ippool.json -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_fwobj_ippool6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_fwobj_ippool6.json -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_fwobj_service.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_fwobj_service.json -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_fwobj_vip.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_fwobj_vip.json -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_fwpol_ipv4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_fwpol_ipv4.json -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_fwpol_package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_fwpol_package.json -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_ha.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_ha.json -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_query.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_query.json -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_script.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_script.json -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_secprof_appctrl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_secprof_appctrl.json -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_secprof_av.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_secprof_av.json -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_secprof_dns.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_secprof_dns.json -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_secprof_ips.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_secprof_ips.json -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_secprof_profile_group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_secprof_profile_group.json -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_secprof_proxy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_secprof_proxy.json -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_secprof_spam.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_secprof_spam.json -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_secprof_ssl_ssh.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_secprof_ssl_ssh.json -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_secprof_voip.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_secprof_voip.json -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_secprof_waf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_secprof_waf.json -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_secprof_wanopt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_secprof_wanopt.json -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_secprof_web.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/fixtures/test_fmgr_secprof_web.json -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/fortimanager_module.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/fortimanager_module.py -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/test_fmgr_device.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/test_fmgr_device.py -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/test_fmgr_device_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/test_fmgr_device_config.py -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/test_fmgr_device_group.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/test_fmgr_device_group.py -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/test_fmgr_device_provision_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/test_fmgr_device_provision_template.py -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/test_fmgr_fwobj_address.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/test_fmgr_fwobj_address.py -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/test_fmgr_fwobj_ippool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/test_fmgr_fwobj_ippool.py -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/test_fmgr_fwobj_ippool6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/test_fmgr_fwobj_ippool6.py -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/test_fmgr_fwobj_service.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/test_fmgr_fwobj_service.py -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/test_fmgr_fwobj_vip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/test_fmgr_fwobj_vip.py -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/test_fmgr_fwpol_ipv4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/test_fmgr_fwpol_ipv4.py -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/test_fmgr_fwpol_package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/test_fmgr_fwpol_package.py -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/test_fmgr_ha.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/test_fmgr_ha.py -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/test_fmgr_provisioning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/test_fmgr_provisioning.py -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/test_fmgr_query.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/test_fmgr_query.py -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/test_fmgr_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/test_fmgr_script.py -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/test_fmgr_secprof_appctrl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/test_fmgr_secprof_appctrl.py -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/test_fmgr_secprof_av.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/test_fmgr_secprof_av.py -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/test_fmgr_secprof_dns.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/test_fmgr_secprof_dns.py -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/test_fmgr_secprof_ips.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/test_fmgr_secprof_ips.py -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/test_fmgr_secprof_profile_group.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/test_fmgr_secprof_profile_group.py -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/test_fmgr_secprof_proxy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/test_fmgr_secprof_proxy.py -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/test_fmgr_secprof_spam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/test_fmgr_secprof_spam.py -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/test_fmgr_secprof_ssl_ssh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/test_fmgr_secprof_ssl_ssh.py -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/test_fmgr_secprof_voip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/test_fmgr_secprof_voip.py -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/test_fmgr_secprof_waf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/test_fmgr_secprof_waf.py -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/test_fmgr_secprof_wanopt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/test_fmgr_secprof_wanopt.py -------------------------------------------------------------------------------- /fortimanager/test/units/network/fortimanager/test_fmgr_secprof_web.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortimanager/test/units/network/fortimanager/test_fmgr_secprof_web.py -------------------------------------------------------------------------------- /fortisiem/module_utils/network/fortisiem/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fortisiem/module_utils/network/fortisiem/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/module_utils/network/fortisiem/common.py -------------------------------------------------------------------------------- /fortisiem/module_utils/network/fortisiem/fortisiem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/module_utils/network/fortisiem/fortisiem.py -------------------------------------------------------------------------------- /fortisiem/module_utils/network/fortisiem/fsm_xml_generators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/module_utils/network/fortisiem/fsm_xml_generators.py -------------------------------------------------------------------------------- /fortisiem/modules/network/fortisiem/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fortisiem/modules/network/fortisiem/fsm_cmdb_devices.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/modules/network/fortisiem/fsm_cmdb_devices.py -------------------------------------------------------------------------------- /fortisiem/modules/network/fortisiem/fsm_credentials.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/modules/network/fortisiem/fsm_credentials.py -------------------------------------------------------------------------------- /fortisiem/modules/network/fortisiem/fsm_custom_query.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/modules/network/fortisiem/fsm_custom_query.py -------------------------------------------------------------------------------- /fortisiem/modules/network/fortisiem/fsm_device_monitors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/modules/network/fortisiem/fsm_device_monitors.py -------------------------------------------------------------------------------- /fortisiem/modules/network/fortisiem/fsm_discovery.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/modules/network/fortisiem/fsm_discovery.py -------------------------------------------------------------------------------- /fortisiem/modules/network/fortisiem/fsm_maintenance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/modules/network/fortisiem/fsm_maintenance.py -------------------------------------------------------------------------------- /fortisiem/modules/network/fortisiem/fsm_organizations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/modules/network/fortisiem/fsm_organizations.py -------------------------------------------------------------------------------- /fortisiem/modules/network/fortisiem/fsm_report_query.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/modules/network/fortisiem/fsm_report_query.py -------------------------------------------------------------------------------- /fortisiem/modules/network/fortisiem/fsm_send_syslog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/modules/network/fortisiem/fsm_send_syslog.py -------------------------------------------------------------------------------- /fortisiem/modules/network/fortisiem/fsm_verify_device_ip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/modules/network/fortisiem/fsm_verify_device_ip.py -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_cmdb_devices/fsm_get_cmdb_devices_simple.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_cmdb_devices/fsm_get_cmdb_devices_simple.yml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_cmdb_devices/fsm_msp_get_cmdb_devices_simple.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_cmdb_devices/fsm_msp_get_cmdb_devices_simple.yml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_credentials/creds.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_credentials/creds.xml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_credentials/creds2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_credentials/creds2.xml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_credentials/creds3_output_msp_dual_collector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_credentials/creds3_output_msp_dual_collector.xml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_credentials/fsm_add_access_methods.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_credentials/fsm_add_access_methods.yml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_credentials/fsm_get_access_methods.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_credentials/fsm_get_access_methods.yml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_credentials/fsm_msp_add_access_methods.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_credentials/fsm_msp_add_access_methods.yml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_credentials/fsm_msp_get_access_methods.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_credentials/fsm_msp_get_access_methods.yml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_credentials/fsm_msp_update_access_methods.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_credentials/fsm_msp_update_access_methods.yml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_custom_query/fsm_custom_query1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_custom_query/fsm_custom_query1.yml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_device_monitors/disable_monitors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_device_monitors/disable_monitors.xml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_device_monitors/enable_monitors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_device_monitors/enable_monitors.xml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_device_monitors/fsm_get_monitors.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_device_monitors/fsm_get_monitors.yml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_device_monitors/fsm_update_monitors.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_device_monitors/fsm_update_monitors.yml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_discovery/fsm_discovery_add.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_discovery/fsm_discovery_add.yml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_discovery/fsm_discovery_status.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_discovery/fsm_discovery_status.yml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_maintenance/fsm_maintenance_add.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_maintenance/fsm_maintenance_add.yml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_maintenance/fsm_maintenance_del.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_maintenance/fsm_maintenance_del.yml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_organizations/fsm_add_orgs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_organizations/fsm_add_orgs.yml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_organizations/fsm_get_organizations.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_organizations/fsm_get_organizations.yml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_organizations/fsm_msp_get_organizations.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_organizations/fsm_msp_get_organizations.yml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_organizations/fsm_update_orgs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_organizations/fsm_update_orgs.yml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_report_query/all_fw_events.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_report_query/all_fw_events.xml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_report_query/fsm_incident_report.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_report_query/fsm_incident_report.yml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_report_query/fsm_msp_submit_large_report.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_report_query/fsm_msp_submit_large_report.yml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_report_query/fsm_msp_submit_report.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_report_query/fsm_msp_submit_report.yml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_report_query/fsm_submit_large_report.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_report_query/fsm_submit_large_report.yml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_report_query/fsm_submit_report.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_report_query/fsm_submit_report.yml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_report_query/fsm_submit_timed_report.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_report_query/fsm_submit_timed_report.yml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_report_query/top_fortisiem_events_by_count.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_report_query/top_fortisiem_events_by_count.xml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_send_syslog/fsm_send_syslogs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_send_syslog/fsm_send_syslogs.yml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_verify_device/fsm_verify_device.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_verify_device/fsm_verify_device.yml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_verify_device/fsm_verify_device_list.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_verify_device/fsm_verify_device_list.yml -------------------------------------------------------------------------------- /fortisiem/playbooks/by_module/fsm_verify_device/fsm_verify_device_list_file.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftntcorecse/fndn_ansible/HEAD/fortisiem/playbooks/by_module/fsm_verify_device/fsm_verify_device_list_file.yml --------------------------------------------------------------------------------