hetzner.hcloud.hcloud_server_info – Gather infos about your Hetzner Cloud servers.¶
Note
This plugin is part of the hetzner.hcloud collection (version 1.2.1).
To install it use: ansible-galaxy collection install hetzner.hcloud.
To use it in a playbook, specify: hetzner.hcloud.hcloud_server_info.
Synopsis¶
Gather infos about your Hetzner Cloud servers.
This module was called
hcloud_server_factsbefore Ansible 2.9, returningansible_factsandhcloud_server_facts. Note that the hetzner.hcloud.hcloud_server_info module no longer returnsansible_factsand the value was renamed tohcloud_server_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 server infos
hcloud_server_info:
register: output
- name: Print the gathered infos
debug:
var: output.hcloud_server_info
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Lukas Kaemmerling (@LKaemmerling)