mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
f85d8f4492
##### SUMMARY Improve the performance of the inventory plugin by: - Cache client requests - Move servers `status` filtering to query params.
7 lines
210 B
YAML
7 lines
210 B
YAML
# You can list the hosts using:
|
|
# ansible-inventory --list -i examples/inventory.hcloud.yml --extra-vars=network_name=my-network
|
|
|
|
plugin: hetzner.hcloud.hcloud
|
|
|
|
network: "{{ network_name }}"
|
|
status: [running]
|