mirror of
https://github.com/BluemediaDev/homelab.git
synced 2025-05-10 22:21:36 +02:00
Initial commit
This commit is contained in:
commit
50f2a54331
21 changed files with 276 additions and 0 deletions
11
metal/roles/pxe-server/defaults/main.yml
Normal file
11
metal/roles/pxe-server/defaults/main.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
os_download_url: "https://deb.debian.org/debian/dists/bullseye/main/installer-amd64/current/images/netboot/netboot.tar.gz"
|
||||
os_download_checksum: "sha256:ec3b71964457f30a57061ea758c12394bf2b792b461c697e61cc2d47053c5878"
|
||||
|
||||
user_fullname: "Lab User"
|
||||
username: "lab"
|
||||
domain: "lab.bluemedia.dev"
|
||||
|
||||
subnet: "192.168.6.0"
|
||||
netmask: "255.255.255.0"
|
||||
gateway: "192.168.6.1"
|
||||
nameserver: "192.168.6.1"
|
Loading…
Add table
Add a link
Reference in a new issue