ansible-role-dhcpd/README.md
Markus Pesch 16652ee43c
All checks were successful
Lint Markdown files / markdown-lint (push) Successful in 12s
Ansible Linter / ansible-lint (push) Successful in 15s
docs(README): remove drone badge
2025-06-01 12:25:31 +02:00

32 lines
636 B
Markdown

# dhcpd
[![Ansible Role](https://img.shields.io/ansible/role/d/58170)](https://galaxy.ansible.com/volker_raschek/dhcpd)
With following role can be dhcpd installed and configured.
## Installation
```bash
ansible-galaxy install volker_raschek.dhcpd
```
## Supported distributions
- Arch Linux
- Rocky Linux 8
- Ubuntu 20.04
## Features
- Installing dhcpd
- Configuring dhcpd
- TSIG-Keys
- Simple Zones
- Multiple subnets listen on different interfaces
- DYNDNS
## Configuring
In the default directory are examples how to configure `dhcpd`. Copy the
defaults into your `host_vars` or `group_vars` and adapt the examples.