community.hrobot.server_info module – Query information on one or more servers
Note
This module is part of the community.hrobot collection (version 1.6.0).
You might already have this collection installed if you are using the ansible
package.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install community.hrobot
.
To use it in a playbook, specify: community.hrobot.server_info
.
New in community.hrobot 1.2.0
Synopsis
Query information on one or more servers.
Parameters
Parameter |
Comments |
---|---|
Whether to provide full information for every server. Setting this to When server_number is specified, this option is set to Choices:
|
|
The password for the Robot webservice user. |
|
The username for the Robot webservice user. |
|
Limit result list to servers of this name. |
|
Limit result list to server with this number. |
Attributes
Attribute |
Support |
Description |
---|---|---|
Action group: community.hrobot.robot added in community.hrobot 1.6.0 |
Use |
|
Support: full This action does not modify state. |
Can run in |
|
Support: N/A This action does not modify state. |
Will return details on what has changed (or possibly needs changing in |
Examples
- name: Query a list of all servers
community.hrobot.server_info:
hetzner_user: foo
hetzner_password: bar
register: result
- name: Query a specific server
community.hrobot.server_info:
hetzner_user: foo
hetzner_password: bar
server_number: 23
register: result
- name: Output data on specific server
ansible.builtin.debug:
msg: "Server name: {{ result.servers[0].server_name }}"
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
List of servers matching the provided options. Returned: success |
|
Whether the server is cancelled. Returned: success Sample: |
|
Flag of cPanel installation availability. Returned: when full_info=true Sample: |
|
The data center the server is located in. Returned: success Sample: |
|
Flag of Hot Swap availability. Returned: when full_info=true Sample: |
|
List of assigned single IP addresses. Returned: success Sample: |
|
Linked Storage Box ID. Returned: when full_info=true Sample: |
|
The date until the server has been paid. Returned: success Sample: |
|
Flag of Plesk installation availability. Returned: when full_info=true Sample: |
|
The server product name. Returned: success Sample: |
|
Whether the rescue system is available. Returned: when full_info=true Sample: |
|
Whether the server can be automatically reset. Returned: when full_info=true Sample: |
|
The server’s main IP address. Returned: success Sample: |
|
The server’s main IPv6 network address. Returned: success Sample: |
|
The user-defined server’s name. Returned: success Sample: |
|
The server’s numeric ID. Returned: success Sample: |
|
Server status. Returned: success Can only return:
Sample: |
|
List of assigned subnets. Returned: success Sample: |
|
The first IP in the subnet. Returned: success Sample: |
|
The masks bitlength. Returned: success Sample: |
|
Free traffic quota.
Returned: success Sample: |
|
Flag of VNC installation availability. Returned: when full_info=true Sample: |
|
Flag of Windows installation availability. Returned: when full_info=true Sample: |
|
Flag of Wake On Lan availability. Returned: when full_info=true Sample: |
Collection links
Issue Tracker Repository (Sources) Submit a bug report Request a feature Communication