ci: migrate from gitlab ci to woodpecker
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
This commit is contained in:
parent
dac09b6b1e
commit
92a65d41ef
6 changed files with 52 additions and 22 deletions
14
readme.md
14
readme.md
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue