Initial commit

This commit is contained in:
Julian Rother 2025-11-11 12:55:40 +01:00
commit 54375b7815
Signed by: julian
GPG key ID: C19B924C0CD13341
3 changed files with 60 additions and 0 deletions

43
defaults/main.yml Normal file
View file

@ -0,0 +1,43 @@
kea_dhcp4:
# Caution: Empty arrys sometimes cause syntax errors
interfaces-config:
#interfaces:
#- eth0
dhcp-socket-type: raw
control-socket:
socket-type: unix
socket-name: /run/kea/kea4-ctrl-socket
lease-database:
type: memfile
lfc-interval: 3600
expired-leases-processing:
reclaim-timer-wait-time: 10
flush-reclaimed-timer-wait-time: 25
hold-reclaimed-time: 3600
max-reclaim-leases: 100
max-reclaim-time: 250
unwarned-reclaim-cycles: 5
valid-lifetime: 3600
calculate-tee-times: true
hostname-char-set: "[^A-Za-z0-9.-]"
hostname-char-replacement: "x"
store-extended-info: true
echo-client-id: false
#subnet4:
# - subnet: 192.0.2.0/24
# pools:
# - pool: 192.0.2.2 - 192.0.2.200
# option-data:
# - name: routers
# data: 192.0.2.1
# reservations:
# - hostname: special-snowflake
# hw-address: 1a:1b:1c:1d:1e:1f
# ip-address: 192.0.2.201
loggers:
- name: kea-dhcp4
output_options:
- output: stdout
pattern: "%-5p %m\n"
severity: INFO
debuglevel: 0