Generate IP address list automatically.
This commit is contained in:
parent
7404d7ace4
commit
dd89bbb9a4
2 changed files with 8 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
hostname: "{{ ansible_hostname }}"
|
||||
ipaddr_lan: 192.168.0.10
|
||||
dhcp_range: 192.168.0.50,192.168.0.150,2h
|
||||
dhcp_list: "{{ lookup('sequence', 'start=50 end=150 format=192.168.0.%d', wantlist=True) }}"
|
||||
tftp_root: "/var/lib/tftpboot"
|
||||
deb_mirror: "deb.debian.org"
|
||||
di_dist: "buster"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue