community.digitalocean.digital_ocean_project_info 模块 – 收集 DigitalOcean 项目的信息
注意
此模块是 community.digitalocean 集合(版本 1.27.0)的一部分。
如果您使用的是 ansible
包,您可能已经安装了此集合。它不包含在 ansible-core
中。要检查是否已安装,请运行 ansible-galaxy collection list
。
要安装它,请使用:ansible-galaxy collection install community.digitalocean
。
要在 Playbook 中使用它,请指定:community.digitalocean.digital_ocean_project_info
。
community.digitalocean 1.6.0 中的新增功能
概要
此模块可用于收集有关项目的信息。
参数
参数 |
注释 |
---|---|
DigitalOcean API 基本 URL。 默认值: |
|
可用于标识和引用项目的项目 ID。 |
|
可用于标识和引用项目的项目名称。 |
|
DigitalOcean OAuth 令牌。 还有几个其他的环境变量可用于提供此值。 例如,- |
|
用于轮询 DigitalOcean API 的超时时间(以秒为单位)。 默认值: |
|
如果设置为 此设置应仅在个人控制的站点上使用自签名证书时设置为 选择
|
示例
# Get specific project by id
- community.digitalocean.digital_ocean_project_info:
id: cb1ef55e-3cd8-4c7c-aa5d-07c32bf41627
# Get specific project by name
- community.digitalocean.digital_ocean_project_info:
name: my-project-name
# Get all projects
- community.digitalocean.digital_ocean_project_info:
register: projects
返回值
常见的返回值记录在 此处,以下是此模块特有的字段
键 |
描述 |
---|---|
DigitalOcean 项目信息 返回:成功 示例: |