aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/udhcpd/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/udhcpd/README.md')
-rw-r--r--ansible/roles/udhcpd/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/ansible/roles/udhcpd/README.md b/ansible/roles/udhcpd/README.md
new file mode 100644
index 0000000..0d37661
--- /dev/null
+++ b/ansible/roles/udhcpd/README.md
@@ -0,0 +1,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
+```