fortinet.fortimanager.fmgr_endpointcontrol_fctems 模块 – 配置 FortiClient 企业管理服务器
注意
此模块是 fortinet.fortimanager 集合(版本 2.8.2)的一部分。
如果您正在使用 ansible
包,您可能已经安装了此集合。它不包含在 ansible-core
中。要检查是否已安装,请运行 ansible-galaxy collection list
。
要安装它,请使用:ansible-galaxy collection install fortinet.fortimanager
。
要在 playbook 中使用它,请指定:fortinet.fortimanager.fmgr_endpointcontrol_fctems
。
fortinet.fortimanager 2.1.0 中的新增功能
概要
此模块能够配置 FortiManager 设备。
示例包括所有参数和值,这些参数和值需要在使用前调整为数据源。
参数
参数 |
注释 |
---|---|
无需使用用户名和密码即可访问 FortiManager 的令牌。 |
|
请求 URL 中的参数 (adom)。 |
|
仅当模块架构与 FortiManager API 结构存在差异时设置为 True,模块将继续执行而不验证参数。 选项
|
|
启用/禁用任务的日志记录。 选项
|
|
设置的顶层参数。 |
|
(列表) FortiClient EMS 管理员密码。 |
|
FortiClient EMS 管理员用户名。 |
|
CA CN 信息。 |
|
FortiClient EMS 调用超时(以秒为单位) |
|
EMS 功能列表。 选项
|
|
FortiClient EMS 证书。 |
|
EMS 证书指纹。 |
|
FortiClient EMS 云多租户访问密钥 |
|
云服务器类型。 选项
|
|
FortiClient EMS 的 Dirty 原因。 选项
|
|
按顺序排列的 EMS ID |
|
启用/禁用通过 FortiCloud 帐户对 FortiClient EMS 云进行身份验证。 选项
|
|
FortiClient EMS HTTPS 访问端口号。 |
|
指定到达服务器的传出接口。 |
|
指定如何选择到达服务器的传出接口。 选项
|
|
FortiClient 企业管理服务器 |
|
过时资源阈值(以秒为单位) |
|
启用/禁用 EMS SSL 会话连接的保留。 选项
|
|
启用/禁用从 EMS 拉取头像。 选项
|
|
启用/禁用从 EMS 拉取 FortiClient 恶意软件哈希。 选项
|
|
启用/禁用从 EMS 拉取 SysInfo。 选项
|
|
启用/禁用从 EMS 拉取 FortiClient 用户标签。 选项
|
|
启用/禁用从 EMS 拉取漏洞。 选项
|
|
放宽标签限制,将所有EMS标签发送到所有VDOM 选项
|
|
FortiClient EMS序列号。 |
|
FortiClient EMS FQDN或IPv4地址。 |
|
REST API调用源IP。 |
|
启用或禁用此EMS配置。 选项
|
|
FortiClient EMS 调用超时(以秒为单位) |
|
EMS租户ID。 |
|
信任CA CN。 选项
|
|
EMS证书CN。 |
|
在已验证的EMS证书链中,Fortigate上的最低CA证书。 |
|
启用/禁用此FortiGate设备使用WebSocket连接连接到EMS的覆盖行为。 选项
|
|
使用forticloud API访问令牌验证Ansible客户端。 |
|
底层Json RPC请求的覆盖方法。 选项
|
|
将覆盖失败条件的rc代码列表。 |
|
将覆盖成功条件的rc代码列表。 |
|
创建、更新或删除对象的指令。 选项
|
|
在工作区模式下运行的FortiManager要锁定的ADOM,该值可以是全局的和其他包括root的值。 |
|
等待其他用户释放工作区锁定的最长时间(以秒为单位)。 默认值: |
备注
注意
从2.4.0版本开始,所有输入参数都使用下划线命名约定(snake_case)。 请将诸如“var-name”之类的参数更改为“var_name”。 旧参数名称仍然可用,但您会收到弃用警告。您可以通过在ansible.cfg中设置deprecation_warnings=False来忽略此警告。
此FortiManager模块支持在工作区锁定模式下运行,顶层参数workspace_locking_adom和workspace_locking_timeout有助于完成工作。
要创建或更新对象,请使用状态present指令。
要删除对象,请使用状态absent指令。
通常,当返回非零rc时,运行一个模块可能会失败。您还可以使用参数rc_failed和rc_succeeded覆盖失败或成功的条件
示例
- name: Example playbook (generated based on argument schema)
hosts: fortimanagers
connection: httpapi
vars:
ansible_httpapi_use_ssl: true
ansible_httpapi_validate_certs: false
ansible_httpapi_port: 443
tasks:
- name: Configure FortiClient Enterprise Management Server
fortinet.fortimanager.fmgr_endpointcontrol_fctems:
# bypass_validation: false
workspace_locking_adom: <value in [global, custom adom including root]>
workspace_locking_timeout: 300
# rc_succeeded: [0, -2, -3, ...]
# rc_failed: [-2, -3, ...]
adom: <your own value>
state: present # <value in [present, absent]>
endpointcontrol_fctems:
call_timeout: <integer>
capabilities:
- "fabric-auth"
- "silent-approval"
- "websocket"
- "websocket-malware"
- "push-ca-certs"
- "common-tags-api"
- "tenant-id"
- "single-vdom-connector"
- "client-avatars"
- "fgt-sysinfo-api"
- "ztna-server-info"
certificate_fingerprint: <string>
cloud_server_type: <value in [production, alpha, beta]>
fortinetone_cloud_authentication: <value in [disable, enable]>
https_port: <integer>
name: <string>
out_of_sync_threshold: <integer>
preserve_ssl_session: <value in [disable, enable]>
pull_avatars: <value in [disable, enable]>
pull_malware_hash: <value in [disable, enable]>
pull_sysinfo: <value in [disable, enable]>
pull_tags: <value in [disable, enable]>
pull_vulnerabilities: <value in [disable, enable]>
server: <string>
source_ip: <string>
websocket_override: <value in [disable, enable]>
status_check_interval: <integer>
certificate: <string>
admin_username: <string>
serial_number: <string>
admin_password: <list or string>
interface: <string>
interface_select_method: <value in [auto, sdwan, specify]>
dirty_reason: <value in [none, mismatched-ems-sn]>
ems_id: <integer>
status: <value in [disable, enable]>
ca_cn_info: <string>
trust_ca_cn: <value in [disable, enable]>
tenant_id: <string>
send_tags_to_all_vdoms: <value in [disable, enable]>
verified_cn: <string>
verifying_ca: <string>
cloud_authentication_access_key: <string>
返回值
常用返回值记录在此处,以下是此模块特有的字段
键 |
描述 |
---|---|
请求的结果。 返回: always |
|
请求的完整URL。 返回: always 示例: |
|
API请求的状态。 返回: always 示例: |
|
API响应。 返回: always |
|
API响应的描述性消息。 返回: always 示例: |
|
目标系统的信息。 返回: always |
|
请求的状态。 返回: always 示例: |
|
如果playbook中使用的参数不受当前FortiManager版本支持,则发出警告。 返回: complex |