ci: migrate from gitlab ci to woodpecker
All checks were successful
ci/woodpecker/push/linting Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-15 14:31:04 +02:00
commit 92a65d41ef
6 changed files with 52 additions and 22 deletions

View file

@ -4,13 +4,13 @@ Install and configure [KEA DHCP](https://www.isc.org/kea/) server.
## Variables
| Variable | Required | Default | Description |
|----------|----------|---------|-------------|
| `kea_dhcp_interface` | Yes | `eth0` | Network interface to listen on |
| `kea_dhcp_lease_rebind` | No | `750` | Lease rebind time in seconds |
| `kea_dhcp_lease_renew` | No | `600` | Lease renewal time in seconds |
| `kea_dhcp_lease_lifetime` | No | `900` | Lease lifetime in seconds |
| `kea_dhcp_subnets` | Yes | `[]` | List of DHCP subnets to configure |
| Variable | Required | Default | Description |
| ------------------------- | -------- | ------- | --------------------------------- |
| `kea_dhcp_interface` | Yes | `eth0` | Network interface to listen on |
| `kea_dhcp_lease_rebind` | No | `750` | Lease rebind time in seconds |
| `kea_dhcp_lease_renew` | No | `600` | Lease renewal time in seconds |
| `kea_dhcp_lease_lifetime` | No | `900` | Lease lifetime in seconds |
| `kea_dhcp_subnets` | Yes | `[]` | List of DHCP subnets to configure |
## Example