kea_dhcp(role): update README
This commit is contained in:
parent
21585c6271
commit
1ac7f13e79
1 changed files with 10 additions and 0 deletions
|
|
@ -35,6 +35,9 @@ None.
|
||||||
Defaults to `memfile`.
|
Defaults to `memfile`.
|
||||||
- `kea_dhcp__dhcp4.lease-database.persist`: Persist the lease database.
|
- `kea_dhcp__dhcp4.lease-database.persist`: Persist the lease database.
|
||||||
Defaults to `true`.
|
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.
|
- `kea_dhcp__dhcp4.option-data`: List of DHCP4 Options.
|
||||||
Defaults to a list with one entry (see below).
|
Defaults to a list with one entry (see below).
|
||||||
- `kea_dhcp__dhcp4.option-data.*.name`: Name of DHCP4 Option.
|
- `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`.
|
Defaults to `kea_dhcp__dhcp4.option-data.0.csv-format: true`.
|
||||||
- `kea_dhcp__dhcp4.option-data.*.data`: DHCP4 Option data.
|
- `kea_dhcp__dhcp4.option-data.*.data`: DHCP4 Option data.
|
||||||
Defaults to `kea_dhcp__dhcp4.option-data.0.data: "{{ kea_dhcp__dns_servers.v4 | join(',') }}"`.
|
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.
|
- `kea_dhcp__dhcp4.subnets`: List of subnets the DHCP4 server should manage.
|
||||||
Defaults to the empty list (`[ ]`).
|
Defaults to the empty list (`[ ]`).
|
||||||
- `kea_dhcp__dhcp4.subnets.*.id`: ID of interface (starts with 1).
|
- `kea_dhcp__dhcp4.subnets.*.id`: ID of interface (starts with 1).
|
||||||
|
|
@ -74,6 +79,9 @@ None.
|
||||||
Defaults to `memfile`.
|
Defaults to `memfile`.
|
||||||
- `kea_dhcp__dhcp6.lease-database.persist`: Persist the lease database.
|
- `kea_dhcp__dhcp6.lease-database.persist`: Persist the lease database.
|
||||||
Defaults to `true`.
|
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.
|
- `kea_dhcp__dhcp6.option-data`: List of DHCP6 Options.
|
||||||
Defaults to a list with one entry (see below).
|
Defaults to a list with one entry (see below).
|
||||||
- `kea_dhcp__dhcp6.option-data.*.name`: Name of DHCP6 Option.
|
- `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`.
|
Defaults to `kea_dhcp__dhcp6.option-data.0.csv-format: true`.
|
||||||
- `kea_dhcp__dhcp6.option-data.*.data`: DHCP6 Option data.
|
- `kea_dhcp__dhcp6.option-data.*.data`: DHCP6 Option data.
|
||||||
Defaults to `kea_dhcp__dhcp6.option-data.0.data: "{{ kea_dhcp__dns_servers.v6 | join(',') }}"`.
|
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.
|
- `kea_dhcp__dhcp6.subnets`: List of subnets the DHCP6 server should manage.
|
||||||
Defaults to the empty list (`[ ]`).
|
Defaults to the empty list (`[ ]`).
|
||||||
- `kea_dhcp__dhcp6.subnets.*.id`: ID of interface (starts with 1).
|
- `kea_dhcp__dhcp6.subnets.*.id`: ID of interface (starts with 1).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue