ngine_io.cloudstack.cs_domain 模块 – 管理基于 Apache CloudStack 云的域。
注意
此模块是 ngine_io.cloudstack 集合 (版本 2.5.0) 的一部分。
如果您使用的是 ansible
包,则可能已经安装了此集合。它不包含在 ansible-core
中。要检查它是否已安装,请运行 ansible-galaxy collection list
。
要安装它,请使用: ansible-galaxy collection install ngine_io.cloudstack
。您需要其他要求才能使用此模块,有关详细信息,请参见 要求。
要在剧本中使用它,请指定: ngine_io.cloudstack.cs_domain
。
ngine_io.cloudstack 0.1.0 中的新增功能
概要
创建、更新和删除域。
要求
执行此模块的主机需要以下要求。
python >= 2.6
cs >= 0.9.0
参数
参数 |
注释 |
---|---|
用于查询 API 端点的 HTTP 方法。 如果未给出,则考虑 选项
|
|
CloudStack API 的 API 密钥。 如果未给出,则考虑 |
|
CloudStack API 的密钥。 如果未设置,则考虑 |
|
HTTP 超时(秒)。 如果未给出,则考虑 默认值: |
|
CloudStack API 的 URL,例如 https://cloud.example.com/client/api。 如果未给出,则考虑 |
|
验证 CA 权威证书文件。 如果未给出,则考虑 |
|
清理所有域资源,例如子域和帐户。 在 state=absent 时考虑。 选项
|
|
域中网络的网络域。 |
|
域的路径。 路径中的前缀 |
|
轮询异步作业,直到作业完成。 选项
|
|
域的状态。 选项
|
|
如果 如果未给出,则考虑 这只能在使用自签名证书的个人控制站点上使用。 选项
|
备注
注意
有关 cloudstack 模块的详细指南,请参见 CloudStack 云指南。
此模块支持检查模式。
示例
- name: Create a domain
ngine_io.cloudstack.cs_domain:
path: ROOT/customers
network_domain: customers.example.com
- name: Create another subdomain
ngine_io.cloudstack.cs_domain:
path: ROOT/customers/xy
network_domain: xy.customers.example.com
- name: Remove a domain
ngine_io.cloudstack.cs_domain:
path: ROOT/customers/xy
state: absent
返回值
常用返回值已在此处记录 此处,以下是此模块特有的字段
键 |
描述 |
---|---|
域的 UUID。 返回:成功 示例: |
|
域的名称。 返回:成功 示例: |
|
域的网络域。 返回:成功 示例: |
|
域的父域。 返回:成功 示例: |
|
域路径。 返回:成功 示例: |