cisco.mso.mso_schema_site_anp_epg_staticport 模块 – 在架构模板中管理站点本地 EPG 静态端口
注意
此模块是 cisco.mso 集合 (版本 2.9.0) 的一部分。
如果您使用的是 ansible
包,则可能已经安装了此集合。它不包含在 ansible-core
中。要检查它是否已安装,请运行 ansible-galaxy collection list
。
要安装它,请使用:ansible-galaxy collection install cisco.mso
。您需要其他要求才能使用此模块,请参阅 要求 了解更多详细信息。
要在 playbook 中使用它,请指定:cisco.mso.mso_schema_site_anp_epg_staticport
。
概要
在 Cisco ACI 多站点上管理架构模板中的站点本地 EPG 静态端口。
要求
以下是执行此模块的主机所需的条件。
多站点编排器 v2.1 或更高版本
参数
参数 |
注释 |
---|---|
ANP 的名称。 |
|
静态端口的部署即时性。
选项
|
|
EPG 的名称。 |
|
静态端口的 fex ID。 |
|
用提供的静态端口替换所有配置的静态端口。 此选项只能与 结合 选项
|
|
ACI 多站点编排器主机的 IP 地址或主机名。 如果任务中未指定该值,则将改用环境变量 |
|
静态端口的叶子。 |
|
用于身份验证的登录域名称。 默认值为 Local。 如果任务中未指定该值,则将改用环境变量 使用 HTTPAPI 连接插件时,如果未指定此属性,则将使用清单变量 |
|
静态端口的模式。
选项
|
|
影响此 MSO 模块的输出。
如果任务中未指定该值,则将改用环境变量 选项
|
|
用于身份验证的密码。 如果任务中未指定该值,则将改用环境变量 |
|
静态端口的路径。 |
|
静态端口的 pod。 |
|
用于 REST 连接的端口号。 默认值取决于参数 `use_ssl`。 如果任务中未指定该值,则将改用环境变量 |
|
静态端口的主微分段 VLAN。 |
|
架构的名称。 |
|
站点的名称。 |
|
使用 使用 选项
|
|
与该 EPG 关联的静态端口列表。 当与 当与 结合 如果未提供static_ports属性,则将使用模块属性。 对于列表中提供的每个静态端口,必须解析以下属性 static_ports.type static_ports.pod static_ports.leaf static_ports.path static_ports.vlan |
|
静态端口的部署即时性。
选项
|
|
静态端口的 fex ID。 |
|
静态端口的叶子。 |
|
静态端口的模式。
选项
|
|
静态端口的路径。 |
|
静态端口的 pod。 |
|
静态端口的主微分段 VLAN。 |
|
静态端口的路径类型
选项
|
|
静态端口的端口封装VLAN ID。 |
|
模板名称。 |
|
套接字级别的超时时间(秒)。 默认值为 30 秒。 如果任务中未指定此值,则将使用环境变量 |
|
静态端口的路径类型
选项
|
|
如果为 如果任务中未指定此值,则将使用环境变量 默认为 选项
|
|
如果为 如果任务中未指定此值,则将使用环境变量 使用 HTTPAPI 连接插件时,如果未指定此属性,将使用清单变量 使用 HTTPAPI 连接插件 (mso 或 nd) 时默认为 选项
|
|
用于身份验证的用户名。 如果任务中未指定此值,则将使用环境变量 |
|
如果为 只有在使用自签名证书的个人控制站点上才应将其设置为 如果任务中未指定此值,则将使用环境变量 默认为 选项
|
|
静态端口的端口封装 VLAN ID。 |
备注
注意
ACI 多站点 PATCH API 存在缺陷,需要通过索引引用某些对象。在并发访问更改/删除对象时,这可能会导致静默损坏,因为可能引用了错误的对象。此模块受此缺陷的影响。
此模块编写是为了支持 Multi Site Orchestrator v2.1 或更高版本。某些或所有功能在早期版本中可能无法正常工作。
另请参阅
另请参阅
- cisco.mso.mso_schema_site_anp_epg
管理架构模板中的站点本地端点组 (EPG)。
- cisco.mso.mso_schema_template_anp_epg
管理架构模板中的端点组 (EPG)。
示例
- name: Add a new static port to a site EPG
cisco.mso.mso_schema_site_anp_epg_staticport:
host: mso_host
username: admin
password: SomeSecretPassword
schema: Schema1
site: Site1
template: Template1
anp: ANP1
epg: EPG1
type: port
pod: pod-1
leaf: 101
path: eth1/1
vlan: 126
deployment_immediacy: immediate
state: present
- name: Add a new static fex port to a site EPG
mso_schema_site_anp_epg_staticport:
host: mso_host
username: admin
password: SomeSecretPassword
schema: Schema1
site: Site1
template: Template1
anp: ANP1
epg: EPG1
type: port
pod: pod-1
leaf: 101
fex: 151
path: eth1/1
vlan: 126
deployment_immediacy: lazy
state: present
- name: Add a new static VPC to a site EPG
mso_schema_site_anp_epg_staticport:
host: mso_host
username: admin
password: SomeSecretPassword
schema: Schema1
site: Site1
template: Template1
anp: ANP1
epg: EPG1
pod: pod-1
leaf: 101-102
path: ansible_polgrp
vlan: 127
type: vpc
mode: untagged
deployment_immediacy: lazy
state: present
- name: Add two new static port to a site EPG
cisco.mso.mso_schema_site_anp_epg_staticport:
host: mso_host
username: admin
password: SomeSecretPassword
schema: Schema1
site: Site1
template: Template1
anp: ANP1
epg: EPG1
static_ports:
- pod: pod-1
leaf: 101
path: eth1/1
vlan: 126
- pod: pod-2
leaf: 101
path: eth2/1
vlan: 128
deployment_immediacy: immediate
state: present
- name: Replace all existing static pors on a site EPG with 2 new static ports
cisco.mso.mso_schema_site_anp_epg_staticport:
host: mso_host
username: admin
password: SomeSecretPassword
schema: Schema1
site: Site1
template: Template1
anp: ANP1
epg: EPG1
force_replace: true
static_ports:
- pod: pod-1
leaf: 101
path: eth1/1
vlan: 126
- pod: pod-2
leaf: 101
path: eth2/1
vlan: 128
deployment_immediacy: immediate
state: present
- name: Query a specific site EPG static port
cisco.mso.mso_schema_site_anp_epg_staticport:
host: mso_host
username: admin
password: SomeSecretPassword
schema: Schema1
site: Site1
template: Template1
anp: ANP1
epg: EPG1
type: port
pod: pod-1
leaf: 101
path: eth1/1
state: query
register: query_result
- name: Query a list of static ports
cisco.mso.mso_schema_site_anp_epg_staticport:
host: mso_host
username: admin
password: SomeSecretPassword
schema: Schema1
site: Site1
template: Template1
anp: ANP1
epg: EPG1
static_ports:
- pod: pod-1
leaf: 101
path: eth1/1
vlan: 126
- pod: pod-2
leaf: 101
path: eth2/1
vlan: 128
state: query
register: query_result
- name: Query all site EPG static ports
cisco.mso.mso_schema_site_anp_epg_staticport:
host: mso_host
username: admin
password: SomeSecretPassword
schema: Schema1
site: Site1
template: Template1
anp: ANP1
state: query
register: query_result
- name: Remove a static port from a site EPG
cisco.mso.mso_schema_site_anp_epg_staticport:
host: mso_host
username: admin
password: SomeSecretPassword
schema: Schema1
site: Site1
template: Template1
anp: ANP1
epg: EPG1
type: port
pod: pod-1
leaf: 101
path: eth1/1
state: absent
- name: Remove two static ports from a site EPG
cisco.mso.mso_schema_site_anp_epg_staticport:
host: mso_host
username: admin
password: SomeSecretPassword
schema: Schema1
site: Site1
template: Template1
anp: ANP1
epg: EPG1
static_ports:
- pod: pod-1
leaf: 101
path: eth1/1
vlan: 126
- pod: pod-2
leaf: 101
path: eth2/1
vlan: 128
deployment_immediacy: immediate
state: absent
- name: Remove all existing static pors from a site EPG
cisco.mso.mso_schema_site_anp_epg_staticport:
host: mso_host
username: admin
password: SomeSecretPassword
schema: Schema1
site: Site1
template: Template1
anp: ANP1
epg: EPG1
force_replace: true
state: absent