Improved DHCP configuration, no static IP addresses.

This commit is contained in:
Andreas B. Mundt 2019-11-29 14:38:07 +01:00
parent 3b3303e96d
commit be829760c6
4 changed files with 6 additions and 13 deletions

View file

@ -16,8 +16,7 @@
## LAN IP address range:
ipaddr_lan: 192.168.0.10/24
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) }}"
dhcp_range: 192.168.0.50,192.168.0.99,2h
di_dist: "{{ ansible_distribution_release }}"
di_version: "{{ ansible_distribution_major_version }}"