hetzner.hcloud.hcloud_datacenter_info – Gather info about the Hetzner Cloud datacenters.¶
Note
This plugin is part of the hetzner.hcloud collection (version 1.4.2).
To install it use: ansible-galaxy collection install hetzner.hcloud
.
To use it in a playbook, specify: hetzner.hcloud.hcloud_datacenter_info
.
Synopsis¶
Gather info about your Hetzner Cloud datacenters.
This module was called
hcloud_datacenter_facts
before Ansible 2.9, returningansible_facts
andhcloud_datacenter_facts
. Note that the hetzner.hcloud.hcloud_datacenter_info module no longer returnsansible_facts
and the value was renamed tohcloud_datacenter_info
!
Requirements¶
The below requirements are needed on the host that executes this module.
hcloud-python >= 1.0.0
Parameters¶
See Also¶
See also
- Documentation for Hetzner Cloud API
Complete reference for the Hetzner Cloud API.
Examples¶
- name: Gather hcloud datacenter info
hcloud_datacenter_info:
register: output
- name: Print the gathered info
debug:
var: output
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Lukas Kaemmerling (@LKaemmerling)