fortinet.fortios.fortios_wireless_controller_log 模块 – 在 Fortinet 的 FortiOS 和 FortiGate 中配置无线控制器事件日志过滤器。

注意

此模块是 fortinet.fortios 集合 (版本 2.3.8) 的一部分。

如果您使用的是 ansible 包,则可能已安装此集合。它不包含在 ansible-core 中。要检查它是否已安装,请运行 ansible-galaxy collection list

要安装它,请使用: ansible-galaxy collection install fortinet.fortios。您需要其他要求才能使用此模块,请参阅 需求 以了解详细信息。

要在剧本中使用它,请指定: fortinet.fortios.fortios_wireless_controller_log

fortinet.fortios 2.0.0 中的新增功能

概要

  • 此模块能够通过允许用户设置和修改无线控制器功能和日志类别来配置 FortiGate 或 FortiOS (FOS) 设备。示例包括所有参数,使用前需要将值调整到数据源。在 FOS v6.0.0 上测试。

需求

执行此模块的主机需要以下需求。

  • ansible>=2.15

参数

参数

注释

access_token

字符串

基于令牌的身份验证。从 Fortigate 的 GUI 生成。

enable_log

布尔值

启用/禁用任务的日志记录。

选项

  • false ← (默认)

  • true

member_path

字符串

要操作的成员属性路径。

如果有多个属性,则用斜杠字符分隔。

标记有 member_path 的参数对于执行成员操作是合法的。

member_state

字符串

在指定的属性路径下添加或删除成员。

指定 member_state 时,将忽略 state 选项。

选项

  • "present"

  • "absent"

vdom

字符串

虚拟域,在之前定义的那些虚拟域中。vdom 是 FortiGate 的虚拟实例,可以将其配置并用作不同的单元。

默认值: "root"

wireless_controller_log

字典

配置无线控制器事件日志过滤器。

addrgrp_log

字符串

记录地址组消息的最低严重级别。

选项

  • "emergency"

  • "alert"

  • "critical"

  • "error"

  • "warning"

  • "notification"

  • "information"

  • "debug"

ble_log

字符串

记录 BLE 检测消息的最低严重级别。

选项

  • "emergency"

  • "alert"

  • "critical"

  • "error"

  • "warning"

  • "notification"

  • "information"

  • "debug"

clb_log

字符串

记录客户端负载均衡消息的最低严重级别。

选项

  • "emergency"

  • "alert"

  • "critical"

  • "error"

  • "warning"

  • "notification"

  • "information"

  • "debug"

dhcp_starv_log

字符串

记录 DHCP 耗尽事件消息的最低严重级别。

选项

  • "emergency"

  • "alert"

  • "critical"

  • "error"

  • "warning"

  • "notification"

  • "information"

  • "debug"

led_sched_log

字符串

记录 LED 计划事件消息的最低严重级别。

选项

  • "emergency"

  • "alert"

  • "critical"

  • "error"

  • "warning"

  • "notification"

  • "information"

  • "debug"

radio_event_log

字符串

记录无线电事件消息的最低严重级别。

选项

  • "emergency"

  • "alert"

  • "critical"

  • "error"

  • "warning"

  • "notification"

  • "information"

  • "debug"

rogue_event_log

字符串

记录非法 AP 事件消息的最低严重级别。

选项

  • "emergency"

  • "alert"

  • "critical"

  • "error"

  • "warning"

  • "notification"

  • "information"

  • "debug"

sta_event_log

字符串

记录站点事件消息的最低严重级别。

选项

  • "emergency"

  • "alert"

  • "critical"

  • "error"

  • "warning"

  • "notification"

  • "information"

  • "debug"

sta_locate_log

字符串

记录站点定位消息的最低严重级别。

选项

  • "emergency"

  • "alert"

  • "critical"

  • "error"

  • "warning"

  • "notification"

  • "information"

  • "debug"

status

字符串

启用/禁用无线事件日志记录。

选项

  • "enable"

  • "disable"

wids_log

字符串

记录 WIDS 消息的最低严重级别。

选项

  • "emergency"

  • "alert"

  • "critical"

  • "error"

  • "warning"

  • "notification"

  • "information"

  • "debug"

wtp_event_log

字符串

记录 WTP 事件消息的最低严重级别。

选项

  • "emergency"

  • "alert"

  • "critical"

  • "error"

  • "warning"

  • "notification"

  • "information"

  • "debug"

wtp_fips_event_log

字符串

记录 FAP fips 事件消息的最低严重级别。

选项

  • "emergency"

  • "alert"

  • "critical"

  • "error"

  • "warning"

  • "notification"

  • "information"

  • "debug"

备注

注意

  • 旧版 fortiosapi 已弃用,httpapi 是运行剧本的首选方法。

示例

- name: Configure wireless controller event log filters.
  fortinet.fortios.fortios_wireless_controller_log:
      vdom: "{{ vdom }}"
      wireless_controller_log:
          addrgrp_log: "emergency"
          ble_log: "emergency"
          clb_log: "emergency"
          dhcp_starv_log: "emergency"
          led_sched_log: "emergency"
          radio_event_log: "emergency"
          rogue_event_log: "emergency"
          sta_event_log: "emergency"
          sta_locate_log: "emergency"
          status: "enable"
          wids_log: "emergency"
          wtp_event_log: "emergency"
          wtp_fips_event_log: "emergency"

返回值

公共返回值已记录在 此处,以下是此模块独有的字段。

描述

build

字符串

Fortigate 镜像的版本号

返回:始终

示例: "1547"

http_method

字符串

上次用于将内容置备到 FortiGate 的方法

返回:始终

示例: "PUT"

http_status

字符串

FortiGate 在上次应用的操作中给出的最后结果

返回:始终

示例: "200"

mkey

字符串

上次调用 FortiGate 时使用的主密钥 (id)

返回:成功

示例: "id"

名称

字符串

用于满足请求的表名称

返回:始终

示例: "urlfilter"

路径

字符串

用于满足请求的表路径

返回:始终

示例: "webfilter"

版本号

字符串

内部版本号

返回:始终

示例: "17.0.2.10658"

序列号

字符串

设备的序列号

返回:始终

示例: "FGVMEVYYQT3AB5352"

status

字符串

操作结果指示

返回:始终

示例: "success"

vdom

字符串

使用的虚拟域

返回:始终

示例: "root"

版本

字符串

FortiGate 的版本

返回:始终

示例: "v5.6.3"

作者

  • 郑链 (@chillancezen)

  • 薛杰 (@JieX19)

  • 陆洪斌 (@fgtdev-hblu)

  • 沈峰 (@frankshen01)

  • Miguel Angel Munoz (@mamunozgonzalez)

  • Nicolas Thomas (@thomnico)