Blaine Story ec0faf360d update name-resolution role to work with new infra vars %!s(int64=3) %!d(string=hai) anos
..
defaults ec0faf360d update name-resolution role to work with new infra vars %!s(int64=3) %!d(string=hai) anos
handlers 27a8da99f0 start migration %!s(int64=3) %!d(string=hai) anos
tasks ec0faf360d update name-resolution role to work with new infra vars %!s(int64=3) %!d(string=hai) anos
templates ec0faf360d update name-resolution role to work with new infra vars %!s(int64=3) %!d(string=hai) anos
vars 27a8da99f0 start migration %!s(int64=3) %!d(string=hai) anos
README.md 27a8da99f0 start migration %!s(int64=3) %!d(string=hai) anos

README.md

DHCP-Server

An ansible role to install a working dhcp server (or update an existing dhcp server). It will install the necessary packgaes, open the firewall port, copy a working config, and start/enable the systemd service.

Requirements

A server that has already been bootstrapped for ansible administration.

Role Variables

dhcp_hosts: DNS hostname or IP address of the host that will be acting as a dhcp server. Defaults to the ansible inventory group "bootstrap"

Example Usage

To install/update the dhcp server settings:

ansible-playbook dhcp.yml

License

GPLv3