New in version 2.8.
The below requirements are needed on the local master node that executes this inventory.
Parameter | Choices/Defaults | Configuration | Comments |
---|---|---|---|
access_token
-
/ required
|
env:LINODE_ACCESS_TOKEN
|
The Linode account personal access token.
|
|
plugin
-
/ required
|
|
marks this as an instance of the 'linode' plugin
|
|
regions
list
|
Default: []
|
Populate inventory with instances in this region.
|
|
types
list
|
Default: []
|
Populate inventory with instances with this type.
|
# Minimal example. `LINODE_ACCESS_TOKEN` is exposed in environment.
plugin: linode
# Example with regions, types, groups and access token
plugin: linode
access_token: foobar
regions:
- eu-west
types:
- g5-standard-2
Hint
If you notice any issues in this documentation you can edit this document to improve it.