Note
This plugin is part of the hetzner.hcloud collection.
To install it use: ansible-galaxy collection install hetzner.hcloud.
To use it in a playbook, specify: hetzner.hcloud.hcloud.
The below requirements are needed on the local controller node that executes this inventory.
| Parameter | Choices/Defaults | Configuration | Comments |
|---|---|---|---|
| compose dictionary | Default: {} | Create vars from jinja2 expressions. | |
| connect_with string |
| Connect to the server using the value from this field. | |
| groups dictionary | Default: {} | Add hosts to group based on Jinja2 conditionals. | |
| images list / elements=string | Default: [] | Populate inventory with instances with this image name, only available for system images. | |
| keyed_groups list / elements=string | Default: [] | Add hosts to group based on the values of a variable. | |
| label_selector string | Default: "" | Populate inventory with instances with this label. | |
| locations list / elements=string | Default: [] | Populate inventory with instances in this location. | |
| network string | Default: "" | Populate inventory with instances which are attached to this network name or ID. | |
| plugin string / required |
| marks this as an instance of the "hcloud" plugin | |
| strict boolean |
| If yes make invalid entries a fatal error, otherwise skip and continue.Since it is possible to use facts in the expressions they might not always be available and we ignore those errors by default. | |
| token string / required | env:HCLOUD_TOKEN | The Hetzner Cloud API Token. | |
| types list / elements=string | Default: [] | Populate inventory with instances with this type. |
# Minimal example. `HCLOUD_TOKEN` is exposed in environment.
plugin: hcloud
# Example with locations, types, groups and token
plugin: hcloud
token: foobar
locations:
- nbg1
types:
- cx11
# Group by a location with prefix e.g. "hcloud_location_nbg1"
# and image_os_flavor without prefix and separator e.g. "ubuntu"
# and status with prefix e.g. "server_status_running"
plugin: hcloud
keyed_groups:
- key: location
prefix: hcloud_location
- key: image_os_flavor
separator: ""
- key: status
prefix: server_status
© 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/hetzner/hcloud/hcloud_inventory.html