|
%!s(int64=2) %!d(string=hai) anos | |
---|---|---|
.. | ||
defaults | %!s(int64=3) %!d(string=hai) anos | |
handlers | %!s(int64=3) %!d(string=hai) anos | |
tasks | %!s(int64=2) %!d(string=hai) anos | |
templates | %!s(int64=3) %!d(string=hai) anos | |
vars | %!s(int64=3) %!d(string=hai) anos | |
README.md | %!s(int64=3) %!d(string=hai) anos |
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.
A server that has already been bootstrapped for ansible administration.
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"
To install/update the dhcp server settings:
ansible-playbook dhcp.yml
GPLv3