ansible-role-dhcpd/README.md

33 lines
790 B
Markdown
Raw Permalink Normal View History

2022-02-21 21:35:01 +00:00
# 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)
2022-02-21 21:35:01 +00:00
With following role can be dhcpd installed and configured.
2022-04-11 12:22:23 +00:00
## Installation
```bash
ansible-galaxy install volker_raschek.dhcpd
```
2022-02-21 21:35:01 +00:00
## 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
2022-02-21 21:37:05 +00:00
defaults into your `host_vars` or `group_vars` and adapt the examples.