https://github.com/volker-raschek/ansible-role-dhcpd
[MIRROR]: Ansible role to install a DHCP server
https://github.com/volker-raschek/ansible-role-dhcpd
ansible dhcpd role
Last synced: about 2 months ago
JSON representation
[MIRROR]: Ansible role to install a DHCP server
- Host: GitHub
- URL: https://github.com/volker-raschek/ansible-role-dhcpd
- Owner: volker-raschek
- License: mit
- Created: 2024-12-20T09:17:58.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-12-20T10:51:47.000Z (5 months ago)
- Last Synced: 2025-01-30T11:09:53.491Z (4 months ago)
- Topics: ansible, dhcpd, role
- Language: Jinja
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
Awesome Lists containing this project
README
# dhcpd
[](https://drone.cryptic.systems/volker.raschek/dhcpd-role)
[](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.