Note
This plugin is part of the community.general collection.
To install it use: ansible-galaxy collection install community.general
.
To use it in a playbook, specify: community.general.linode
.
The below requirements are needed on the local controller node that executes this inventory.
Parameter | Choices/Defaults | Configuration | Comments |
---|---|---|---|
access_token string / required | env:LINODE_ACCESS_TOKEN | The Linode account personal access token. | |
plugin string / required |
| marks this as an instance of the 'linode' plugin | |
regions list / elements=string | Default: [] | Populate inventory with instances in this region. | |
types list / elements=string | Default: [] | Populate inventory with instances with this type. |
# Minimal example. `LINODE_ACCESS_TOKEN` is exposed in environment. plugin: community.general.linode # Example with regions, types, groups and access token plugin: community.general.linode access_token: foobar regions: - eu-west types: - g5-standard-2
© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.10/collections/community/general/linode_inventory.html