mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-03 21:40:34 +07:00
5 lines
153 B
YAML
5 lines
153 B
YAML
ansible_user: root
|
|
ansible_ssh_private_key_file: ~/.ssh/id_ed25519
|
|
ssh_public_key: "{{ lookup('file', '~/.ssh/id_ed25519.pub') }}"
|
|
dns_server: "8.8.8.8"
|