cisco.aci.aci_aaa_custom_privilege 模块 – 管理 AAA RBAC 自定义权限 (aaa:RbacClassPriv)

注意

此模块是 cisco.aci 集合 (版本 2.10.1) 的一部分。

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

要安装它,请使用: ansible-galaxy collection install cisco.aci

要在剧本中使用它,请指定: cisco.aci.aci_aaa_custom_privilege

概要

  • 在 Cisco ACI 结构上管理具有 RBAC 规则的 AAA 自定义权限。

参数

参数

注释

certificate_name

别名:cert_name

字符串

附加到用于基于签名的身份验证的 APIC AAA 用户的 X.509 证书名称。

如果提供了 private_key 文件名,则默认为 private_key 基名,不包含扩展名。

如果为 private_key 提供了 PEM 格式的内容,则默认为 username 值。

如果任务中未指定此值,则将改为使用环境变量 ACI_CERTIFICATE_NAME 的值。

description

别名:descr

字符串

AAA 自定义权限的描述。

host

别名:hostname

字符串

Ansible 控制主机可解析的 APIC 的 IP 地址或主机名。

如果任务中未指定此值,则将改为使用环境变量 ACI_HOST 的值。

name

别名:custom_privilege_name

字符串

您要配置访问权限的对象类的名称。

name_alias

字符串

当前对象的别名。这与 ACI 中的 nameAlias 字段相关。

output_level

字符串

影响此 ACI 模块的输出。

normal 表示标准输出,包括 current 字典

info 添加信息输出,包括 previousproposedsent 字典

debug 添加调试输出,包括 filter_stringmethodresponsestatusurl 信息

如果任务中未指定此值,则将改为使用环境变量 ACI_OUTPUT_LEVEL 的值。

选项

  • "debug"

  • "info"

  • "normal" ← (默认)

output_path

字符串

将用于转储模块生成的 ACI JSON 配置对象的文件的路径。

如果任务中未指定此值,则将改为使用环境变量 ACI_OUTPUT_PATH 的值。

password

字符串

用于身份验证的密码。

此选项与 private_key 互斥。如果也提供了 private_key,则将改为使用它。

如果任务中未指定此值,则将改为使用环境变量 ACI_PASSWORDANSIBLE_NET_PASSWORD 的值。

port

整数

用于 REST 连接的端口号。

默认值取决于参数 use_ssl

如果任务中未指定此值,则将改为使用环境变量 ACI_PORT 的值。

private_key

别名:cert_key

字符串

用于基于签名的身份验证的 PEM 格式的私钥文件或私钥内容。

此值还会影响使用的默认 certificate_name

此选项与 password 互斥。如果也提供了 password,则将忽略它。

如果任务中未指定此值,则将改为使用环境变量 ACI_PRIVATE_KEYANSIBLE_NET_SSH_KEYFILE 的值。

read_privilege

别名:read_priv, r_priv

字符串

将包含对该类对象读取访问权限的自定义权限的名称。

选项

  • "custom-privilege-1"

  • "custom-privilege-2"

  • "custom-privilege-3"

  • "custom-privilege-4"

  • "custom-privilege-5"

  • "custom-privilege-6"

  • "custom-privilege-7"

  • "custom-privilege-8"

  • "custom-privilege-9"

  • "custom-privilege-10"

  • "custom-privilege-11"

  • "custom-privilege-12"

  • "custom-privilege-13"

  • "custom-privilege-14"

  • "custom-privilege-15"

  • "custom-privilege-16"

  • "custom-privilege-17"

  • "custom-privilege-18"

  • "custom-privilege-19"

  • "custom-privilege-20"

  • "custom-privilege-21"

  • "custom-privilege-22"

state

字符串

使用 presentabsent 来添加或删除。

使用 query 来列出对象或多个对象。

选项

  • "absent"

  • "present" ← (默认)

  • "query"

suppress_previous

别名:no_previous, ignore_previous

布尔值

如果为true,则在向 APIC 发送 POST 更新之前,不会发送 GET 请求来检查之前的配置。

如果任务中未指定此值,则会使用环境变量ACI_SUPPRESS_PREVIOUS的值。

默认值为false

警告 - 这会导致之前的返回值为空。

不会检查对象的先前状态,POST 更新将包含所有属性。

选项

  • false

  • true

suppress_verification

别名:no_verification, no_verify, suppress_verify, ignore_verify, ignore_verification

布尔值

如果为true,则在向 APIC 发送 POST 更新后,不会发送验证性 GET 请求。

如果任务中未指定此值,则会使用环境变量ACI_SUPPRESS_VERIFICATION的值。

默认值为false

警告 - 这会导致当前返回值设置为建议值。

包含默认值的当前对象在一个任务中将无法验证。

选项

  • false

  • true

timeout

整数

套接字级别超时(秒)。

如果任务中未指定此值,则会使用环境变量ACI_TIMEOUT的值。

默认值为 30。

use_proxy

布尔值

如果为false,则即使目标主机上的环境变量中定义了代理,也不会使用代理。

如果任务中未指定此值,则会使用环境变量ACI_USE_PROXY的值。

默认值为 true。

选项

  • false

  • true

use_ssl

布尔值

如果为false,则将使用 HTTP 连接而不是默认的 HTTPS 连接。

如果任务中未指定此值,则会使用环境变量ACI_USE_SSL的值。

当连接为本地连接时,默认值为 true。

选项

  • false

  • true

username

别名:user

字符串

用于身份验证的用户名。

如果任务中未指定此值,则会使用环境变量ACI_USERNAMEANSIBLE_NET_USERNAME的值。

默认值为 admin。

validate_certs

布尔值

如果为false,则不会验证 SSL 证书。

仅当在使用自签名证书的个人控制站点上使用时,才应将其设置为false

如果任务中未指定此值,则会使用环境变量ACI_VALIDATE_CERTS的值。

默认值为 true。

选项

  • false

  • true

write_privilege

别名:write_priv, w_priv

字符串

包含对该类对象写入访问权限的自定义权限的名称。

选项

  • "custom-privilege-1"

  • "custom-privilege-2"

  • "custom-privilege-3"

  • "custom-privilege-4"

  • "custom-privilege-5"

  • "custom-privilege-6"

  • "custom-privilege-7"

  • "custom-privilege-8"

  • "custom-privilege-9"

  • "custom-privilege-10"

  • "custom-privilege-11"

  • "custom-privilege-12"

  • "custom-privilege-13"

  • "custom-privilege-14"

  • "custom-privilege-15"

  • "custom-privilege-16"

  • "custom-privilege-17"

  • "custom-privilege-18"

  • "custom-privilege-19"

  • "custom-privilege-20"

  • "custom-privilege-21"

  • "custom-privilege-22"

另请参见

另请参见

cisco.aci.aci_aaa_domain

管理 AAA 域 (aaa:Domain)。

APIC 管理信息模型参考

有关内部 APIC 类aaa:Domain的更多信息。

Cisco ACI 指南

有关如何使用 Ansible 管理 ACI 基础设施的详细信息。

开发 Cisco ACI 模块

有关如何编写您自己的 Cisco ACI 模块以进行贡献的详细指南。

示例

- name: Add a custom privilege
  cisco.aci.aci_aaa_custom_privilege:
    host: apic
    username: admin
    password: SomeSecretPassword
    name: fabricPod
    write_privilege: custom-privilege-1
    read_privilege: custom-privilege-1
    state: present
  delegate_to: localhost

- name: Add list of custom privileges
  cisco.aci.aci_aaa_custom_privilege:
    host: apic
    username: admin
    password: SomeSecretPassword
    name: "{{ item.name }}"
    write_privilege: "{{ item.write_privilege }}"
    read_privilege: "{{ item.read_privilege | default('') }}"
    state: present
  with_items:
    - name: fvTenant
      write_privilege: custom-privilege-2
      read_privilege: custom-privilege-2
    - name: aaaUser
      write_privilege: custom-privilege-3
  delegate_to: localhost

- name: Query a custom privilege with name
  cisco.aci.aci_aaa_custom_privilege:
    host: apic
    username: admin
    password: SomeSecretPassword
    name: fabricPod
    state: query
  delegate_to: localhost

- name: Query all custom privileges
  cisco.aci.aci_aaa_custom_privilege:
    host: apic
    username: admin
    password: SomeSecretPassword
    state: query
  delegate_to: localhost

- name: Remove a custom privilege
  cisco.aci.aci_aaa_custom_privilege:
    host: apic
    username: admin
    password: SomeSecretPassword
    name: fabricPod
    state: absent
  delegate_to: localhost

返回值

常用返回值已在此处记录,以下是此模块特有的字段

描述

current

列表 / 元素=字符串

模块完成后的 APIC 中的现有配置

返回:成功

示例:[{"fvTenant": {"attributes": {"descr": "Production environment", "dn": "uni/tn-production", "name": "production", "nameAlias": "", "ownerKey": "", "ownerTag": ""}}}]

error

字典

APIC 返回的错误信息

返回:失败

示例:{"code": "122", "text": "unknown managed object class foo"}

filter_string

字符串

用于请求的过滤器字符串

返回:失败或调试

示例:"?rsp-prop-include=config-only"

method

字符串

用于向 APIC 发送请求的 HTTP 方法

返回:失败或调试

示例:"POST"

previous

列表 / 元素=字符串

模块启动前 APIC 中的原始配置

返回:信息

示例:[{"fvTenant": {"attributes": {"descr": "Production", "dn": "uni/tn-production", "name": "production", "nameAlias": "", "ownerKey": "", "ownerTag": ""}}}]

proposed

字典

根据用户提供的参数组装的配置

返回:信息

示例:{"fvTenant": {"attributes": {"descr": "Production environment", "name": "production"}}}

raw

字符串

APIC REST API 返回的原始输出(xml 或 json)

返回:解析错误

示例:"<?xml version=\"1.0\" encoding=\"UTF-8\"?><imdata totalCount=\"1\"><error code=\"122\" text=\"unknown managed object class foo\"/></imdata>"

response

字符串

来自 APIC 的 HTTP 响应

返回:失败或调试

示例:"OK (30 bytes)"

sent

列表 / 元素=字符串

实际/最小配置推送到 APIC

返回:信息

示例:{"fvTenant": {"attributes": {"descr": "Production environment"}}}

status

整数

来自 APIC 的 HTTP 状态

返回:失败或调试

示例:200

url

字符串

用于向 APIC 发送请求的 HTTP url

返回:失败或调试

示例:"https://10.11.12.13/api/mo/uni/tn-production.json"

作者

  • Sabari Jaganathan (@sajagana)