mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 05:51:17 +07:00
3e01b44b0f
This reverts commit 3a72a6d468
.
9 lines
275 B
YAML
9 lines
275 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"
|
|
|
|
# TODO move this to inventory because we may have a mix of different hardware types
|
|
disk: "sda"
|
|
network_interface: "eno1"
|