mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +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]
|