Ansible role to setup dhcpd
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Markus Pesch d8a1173946
continuous-integration/drone/push Build is passing Details
style(lint): quote mode
1 month ago
defaults fix: add linter 2 months ago
handlers style(dhcpd): name of tasks, use built in module 2 months ago
meta fix(meta): list of distributions 12 months ago
tasks style(lint): quote mode 1 month ago
templates fix: rename var for tsigkeys 1 year ago
vars Initial Commit 1 year ago
.ansible-lint Initial Commit 1 year ago
.drone.yml chore(deps): update dependency docker.io/volkerraschek/markdownlint to v0.33.0 3 months ago
.editorconfig Initial Commit 1 year ago
.markdownlint.yaml Initial Commit 1 year ago
LICENSE Initial Commit 1 year ago
README.md fix(ci): replace git repository with gitea instead of drone 11 months ago
renovate.json Initial Commit 1 year ago

README.md

dhcpd

Build Status Ansible Role

With following role can be dhcpd installed and configured.

Installation

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.