Initial Commit
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-02-21 22:35:01 +01:00
commit b414a94e17
15 changed files with 590 additions and 0 deletions

26
README.md Normal file
View File

@ -0,0 +1,26 @@
# dhcpd
[![Build Status](https://drone.cryptic.systems/api/badges/volker.raschek/dhcpd-role/status.svg)](https://drone.cryptic.systems/volker.raschek/dhcpd-role)
[![Ansible Role](https://img.shields.io/ansible/role/d/58170)](https://galaxy.ansible.com/volker_raschek/dhcpd_role)
With following role can be dhcpd installed and configured.
## 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.