:source: fortiswitch_system_debug.py :orphan: .. fortiswitch_system_debug: fortiswitch_system_debug -- Application and CLI debug values to set at startup and retain over reboot in Fortinet's FortiSwitch +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .. versionadded:: 1.0.0 .. contents:: :local: :depth: 1 Synopsis -------- - This module is able to configure a FortiSwitch device by allowing the user to set and modify system feature and debug category. Examples include all parameters and values need to be adjusted to datasources before usage. Tested with FOS v7.0.0 Requirements ------------ The below requirements are needed on the host that executes this module. - ansible>=2.16 FortiSwitch Version Compatibility --------------------------------- .. raw:: html
Supported Version Ranges
fortiswitch_system_debug

Parameters ---------- .. raw:: html

Examples -------- .. code-block:: yaml+jinja - name: Application and CLI debug values to set at startup and retain over reboot. fortinet.fortiswitch.fortiswitch_system_debug: system_debug: alertd: "3" apache: "4" auto_script: "5" autod: "6" bfdd: "7" bgpd: "8" cli: "4" ctrld: "10" cu_swtpd: "11" delayclid: "12" dhcp6c: "13" dhcpc: "14" dhcprelay: "15" dhcps: "16" dmid: "17" dnsproxy: "18" eap_proxy: "19" email_server: "20" erspan_auto_mgr: "21" flan_mgr: "22" flcmdd: "23" flow_export: "24" fnbamd: "25" fortilinkd: "26" fpmd: "27" gratarp: "28" gui: "29" gvrpd: "30" httpsd: "31" ip6addrd: "32" ipconflictd: "33" isisd: "34" l2d: "35" l2dbg: "36" l3: "37" lacpd: "38" libswitchd: "39" link_monitor: "40" lldpmedd: "41" macsec_srv: "42" mcast_snooping: "43" miglogd: "44" ntpd: "45" nwmcfgd: "46" nwmonitord: "47" ospf6d: "48" ospfd: "49" pbrd: "50" pimd: "51" portspeedd: "52" radius_das: "53" radvd: "54" raguard: "55" ripd: "56" ripngd: "57" router_launcher: "58" rsyslogd: "59" scep: "60" sflowd: "61" snmpd: "62" sshd: "63" staticd: "64" statsd: "65" stpd: "66" switch_launcher: "67" trunkd: "68" vrrpd: "69" wiredap: "70" wpa_supp: "71" zebra: "72" Return Values ------------- Common return values are documented: https://docs.ansible.com/ansible/latest/reference_appendices/common_return_values.html#common-return-values, the following are the fields unique to this module: .. raw:: html Status ------ - This module is not guaranteed to have a backwards compatible interface. Authors ------- - Link Zheng (@chillancezen) - Jie Xue (@JieX19) - Hongbin Lu (@fgtdev-hblu) - Frank Shen (@frankshen01) - Miguel Angel Munoz (@mamunozgonzalez) .. hint:: If you notice any issues in this documentation, feel free to create a pull request to improve it.