mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-12-14 06:22:32 +00:00
8 lines
210 B
YAML
8 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]
|