summaryrefslogtreecommitdiff
path: root/roles/network/dhcp-server/defaults/main.yml
blob: 26681652c457c5dd1eea6220ab408f49e275dc51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
---
# dhcp_server_interfaces:
#   eth0:
#     prefix: 192.168.23.0/24
#     offsets:
#       start: 100
#       limit: 199
#       gw: 1
#     domain: example.com
#     dns:
#     - 1.1.1.1
#     - 9.9.9.9