Documentation

scaleway - Scaleway inventory source

Synopsis

  • Get inventory hosts from Scaleway

Parameters

Parameter Choices/Defaults Configuration Comments
oauth_token
required
env:SCW_TOKEN
env:SCW_API_KEY
env:SCW_OAUTH_TOKEN
Scaleway OAuth token.
regions
list
Default:
[u'ams1', u'par1']
Filter results on a specific Scaleway region
tags
list
Filter results on a specific tag

Examples

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

plugin: scaleway
regions:
  - ams1
  - par1
tags:
  - foobar

Status

Author

  • UNKNOWN

Hint

If you notice any issues in this documentation you can edit this document to improve it.