mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-22 02:07:46 +07:00
Fix pxe server
This commit is contained in:
parent
cdf6e4041e
commit
64f5a5684e
@ -10,4 +10,4 @@ init:
|
|||||||
|
|
||||||
run:
|
run:
|
||||||
. .venv/bin/activate \
|
. .venv/bin/activate \
|
||||||
&& ansible-playbook --inventory hosts.ini playbook.yml
|
&& ansible-playbook --ask-become-pass --inventory hosts.ini playbook.yml
|
||||||
|
@ -5,7 +5,7 @@ netmask: "255.255.255.0"
|
|||||||
gateway: "192.168.1.1"
|
gateway: "192.168.1.1"
|
||||||
range_start: "192.168.1.11"
|
range_start: "192.168.1.11"
|
||||||
range_end: "192.168.1.99"
|
range_end: "192.168.1.99"
|
||||||
pxe_server: "192.168.1.21"
|
pxe_server: "192.168.1.19"
|
||||||
dns: "8.8.8.8"
|
dns: "8.8.8.8"
|
||||||
network_device: "eno1"
|
network_device: "eno1"
|
||||||
disk: "sda"
|
disk: "sda"
|
||||||
|
Loading…
Reference in New Issue
Block a user