.
This commit is contained in:
parent
a50bbcf867
commit
0909197b1a
@ -5,3 +5,7 @@ server=1.1.1.1
|
|||||||
domain-needed
|
domain-needed
|
||||||
bogus-priv
|
bogus-priv
|
||||||
dhcp-range={{ ip[0:-1] }}50,{{ ip[0:-1] }}150,12h
|
dhcp-range={{ ip[0:-1] }}50,{{ ip[0:-1] }}150,12h
|
||||||
|
dhcp-option=option:ntp-server,192.168.0.4,{{ ip }}
|
||||||
|
enable-tftp
|
||||||
|
tftp-root=/srv/tftpboot
|
||||||
|
dhcp-boot=pxelinux/pxelinux.0
|
||||||
|
@ -3,3 +3,5 @@ base:
|
|||||||
- hostname
|
- hostname
|
||||||
- firewalld
|
- firewalld
|
||||||
- chrony
|
- chrony
|
||||||
|
- atftp
|
||||||
|
- dnsmasq
|
||||||
|
@ -80,7 +80,7 @@ class Main:
|
|||||||
"rmt-server-sync.timer",
|
"rmt-server-sync.timer",
|
||||||
"rmt-server-mirror.timer",
|
"rmt-server-mirror.timer",
|
||||||
"rmt-server-systems-scc-sync.timer",
|
"rmt-server-systems-scc-sync.timer",
|
||||||
"atftp",
|
"atftp.socket",
|
||||||
"mariadb"
|
"mariadb"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user