Ansible role to setup dhcpd
Go to file
CSRBot e99264e616
continuous-integration/drone/push Build is passing Details
Merge pull request 'chore(deps): update docker.io/volkerraschek/markdownlint docker tag to v0.39.0' (#10) from renovate/docker.io-volkerraschek-markdownlint-0.x into master
2024-01-28 23:07:13 +00:00
defaults fix: add linter 2023-02-08 18:22:40 +01:00
handlers style(dhcpd): name of tasks, use built in module 2023-02-12 14:39:48 +01:00
meta fix(meta): list of distributions 2022-04-11 14:21:12 +02:00
tasks style(lint): quote mode 2023-02-26 22:22:32 +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 docker.io/volkerraschek/markdownlint docker tag to v0.39.0 2024-01-28 23:06:23 +00: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.