From 1ac7f13e79dd24d976d9c050220c8c9ee54473a4 Mon Sep 17 00:00:00 2001 From: bitwhisker Date: Fri, 7 Aug 2026 22:29:08 +0200 Subject: [PATCH] kea_dhcp(role): update README --- roles/kea_dhcp/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/roles/kea_dhcp/README.md b/roles/kea_dhcp/README.md index 9938cf98..5a49e768 100644 --- a/roles/kea_dhcp/README.md +++ b/roles/kea_dhcp/README.md @@ -35,6 +35,9 @@ None. Defaults to `memfile`. - `kea_dhcp__dhcp4.lease-database.persist`: Persist the lease database. Defaults to `true`. +- `kea_dhcp__dhcp4.hooks-libraries`: List of custom processing hooks. + Details at: https://kea.readthedocs.io/en/kea-3.0.0/arm/hooks.html#hooks-libraries. + Defaults to `undefined`. - `kea_dhcp__dhcp4.option-data`: List of DHCP4 Options. Defaults to a list with one entry (see below). - `kea_dhcp__dhcp4.option-data.*.name`: Name of DHCP4 Option. @@ -45,6 +48,8 @@ None. Defaults to `kea_dhcp__dhcp4.option-data.0.csv-format: true`. - `kea_dhcp__dhcp4.option-data.*.data`: DHCP4 Option data. Defaults to `kea_dhcp__dhcp4.option-data.0.data: "{{ kea_dhcp__dns_servers.v4 | join(',') }}"`. +- `kea_dhcp__dhcp4.logging`: List of loggers. + Defaults to one logger to `stdout`. - `kea_dhcp__dhcp4.subnets`: List of subnets the DHCP4 server should manage. Defaults to the empty list (`[ ]`). - `kea_dhcp__dhcp4.subnets.*.id`: ID of interface (starts with 1). @@ -74,6 +79,9 @@ None. Defaults to `memfile`. - `kea_dhcp__dhcp6.lease-database.persist`: Persist the lease database. Defaults to `true`. +- `kea_dhcp__dhcp6.hooks-libraries`: List of custom processing hooks. + Details at: https://kea.readthedocs.io/en/kea-3.0.0/arm/hooks.html#hooks-libraries. + Defaults to `undefined`. - `kea_dhcp__dhcp6.option-data`: List of DHCP6 Options. Defaults to a list with one entry (see below). - `kea_dhcp__dhcp6.option-data.*.name`: Name of DHCP6 Option. @@ -84,6 +92,8 @@ None. Defaults to `kea_dhcp__dhcp6.option-data.0.csv-format: true`. - `kea_dhcp__dhcp6.option-data.*.data`: DHCP6 Option data. Defaults to `kea_dhcp__dhcp6.option-data.0.data: "{{ kea_dhcp__dns_servers.v6 | join(',') }}"`. +- `kea_dhcp__dhcp6.logging`: List of loggers. + Defaults to one logger to `stdout`. - `kea_dhcp__dhcp6.subnets`: List of subnets the DHCP6 server should manage. Defaults to the empty list (`[ ]`). - `kea_dhcp__dhcp6.subnets.*.id`: ID of interface (starts with 1).