mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 05:51:17 +07:00
13 lines
345 B
YAML
13 lines
345 B
YAML
iso_url: "https://releases.ubuntu.com/20.04.2/ubuntu-20.04.2-live-server-amd64.iso"
|
|
|
|
subnet: "192.168.1.0"
|
|
netmask: "255.255.255.0"
|
|
gateway: "192.168.1.1"
|
|
range_start: "192.168.1.11"
|
|
range_end: "192.168.1.99"
|
|
pxe_server: "192.168.1.21"
|
|
dns: "8.8.8.8"
|
|
network_device: "eno1"
|
|
disk: "sda"
|
|
ssh_public_key: "{{lookup('file', '~/.ssh/id_rsa.pub') }}"
|