8 lines
178 B
YAML
8 lines
178 B
YAML
---
|
|
all:
|
|
hosts:
|
|
homekeeper:
|
|
ansible_host: YOUR_HETZNER_IP # replace with actual IP
|
|
ansible_user: root
|
|
# ansible_ssh_private_key_file: ~/.ssh/id_ed25519
|