Fix pxe server

This commit is contained in:
Khue Doan 2021-02-28 23:56:11 +07:00
parent cdf6e4041e
commit 64f5a5684e
2 changed files with 2 additions and 2 deletions

View File

@ -10,4 +10,4 @@ init:
run:
. .venv/bin/activate \
&& ansible-playbook --inventory hosts.ini playbook.yml
&& ansible-playbook --ask-become-pass --inventory hosts.ini playbook.yml

View File

@ -5,7 +5,7 @@ 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"
pxe_server: "192.168.1.19"
dns: "8.8.8.8"
network_device: "eno1"
disk: "sda"