community.general.online 清单 – Scaleway(以前称为 Online SAS 或 Online.net)清单源

注意

此清单插件是 community.general 集合(版本 10.1.0)的一部分。

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

要安装它,请使用:ansible-galaxy collection install community.general

要在 playbook 中使用它,请指定:community.general.online

概要

  • 从 Scaleway(以前称为 Online SAS 或 Online.net)获取清单主机。

参数

参数

注释

groups

list / elements=string

组列表。

选项

  • "location"

  • "offer"

  • "rpn"

hostnames

list / elements=string

关于使用什么作为主机名的首选项列表。

选项

  • "public_ipv4" ←(默认)

  • "private_ipv4"

  • "hostname"

默认值: ["public_ipv4"]

oauth_token

string / required

Online OAuth 令牌。

配置

plugin

string / required

确保这是“online”插件的源文件的令牌。

选项

  • "online"

  • "community.general.online"

示例

# online_inventory.yml file in YAML format
# Example command line: ansible-inventory --list -i online_inventory.yml

plugin: community.general.online
hostnames:
  - public_ipv4
groups:
  - location
  - offer
  - rpn

作者

  • Remy Leone (@remyleone)

提示

每种条目类型的配置条目都具有从低到高的优先级顺序。例如,列表中较低的变量将覆盖较高的变量。