Ansible role to setup dhcpd
Go to file
CSRBot 5983b4cf01
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
chore(deps): update dependency docker.io/volkerraschek/markdownlint to v0.33.0
2023-01-07 19:53:49 +01:00
defaults fix: rename var for tsigkeys 2022-02-26 14:52:58 +01:00
handlers Initial Commit 2022-02-21 22:35:01 +01:00
meta fix(meta): list of distributions 2022-04-11 14:21:12 +02:00
tasks fix: use a better task name to load os specific vars 2022-12-28 22:04:00 +01:00
templates fix: rename var for tsigkeys 2022-02-26 14:52:58 +01:00
vars Initial Commit 2022-02-21 22:35:01 +01:00
.ansible-lint Initial Commit 2022-02-21 22:35:01 +01:00
.drone.yml chore(deps): update dependency docker.io/volkerraschek/markdownlint to v0.33.0 2023-01-07 19:53:49 +01:00
.editorconfig Initial Commit 2022-02-21 22:35:01 +01:00
.markdownlint.yaml Initial Commit 2022-02-21 22:35:01 +01:00
LICENSE Initial Commit 2022-02-21 22:35:01 +01:00
README.md fix(ci): replace git repository with gitea instead of drone 2022-04-27 20:11:31 +02:00
renovate.json Initial Commit 2022-02-21 22:35:01 +01:00

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.