aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/udhcpd/README.md
blob: 0d37661a3eb10dc7f1f25e16bbe18055250424a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
Install and configure udhcpd.

```
    - name: udhcpd
      udhcpd_router: 10.42.42.1
      udhcpd_range_start: 10.42.42.230
      udhcpd_range_end: 10.42.42.230
      udhcpd_netmask: 255.255.255.0
      udhcpd_dns: 10.42.42.2
      udhcpd_interface: enp2s0
      udhcpd_static_leases:
        - mac: 00:12:34:56:78:9a
          ip: 10.42.42.53
```