https://github.com/debops/ansible-dhcpd
Install and configure ISC DHCP Server
https://github.com/debops/ansible-dhcpd
Last synced: about 1 year ago
JSON representation
Install and configure ISC DHCP Server
- Host: GitHub
- URL: https://github.com/debops/ansible-dhcpd
- Owner: debops
- License: gpl-3.0
- Created: 2014-08-31T22:44:40.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T19:08:44.000Z (about 7 years ago)
- Last Synced: 2023-08-18T00:28:13.893Z (almost 3 years ago)
- Language: Perl
- Size: 101 KB
- Stars: 22
- Watchers: 7
- Forks: 15
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
## [](http://debops.org) dhcpd
[](http://travis-ci.org/debops/ansible-dhcpd) [](https://github.com/debops/test-suite/tree/master/ansible-dhcpd/) [](https://galaxy.ansible.com/list#/roles/1559)
`debops.dhcpd` role can be used to configure an [ISC DHCP
Server](https://www.isc.org/downloads/dhcp/) as standalone or in a 2-host
failover configuration. Alternatively, you can configure an DHCP relay on
a host connected to multiple networks which will relay DHCP/BOOTP messages
to your DHCP server.
`dhcp-probe` script will be used to scan the network for unauthorized DHCP
servers and notify administrators if they are found.
### Installation
This role requires at least Ansible `v1.7.0`. To install it, run:
ansible-galaxy install debops.dhcpd
### Documentation
More information about `debops.dhcpd` can be found in the
[official debops.dhcpd documentation](http://docs.debops.org/en/latest/ansible/roles/ansible-dhcpd/docs/).
### Are you using this as a standalone role without DebOps?
You may need to include missing roles from the [DebOps common
playbook](https://github.com/debops/debops-playbooks/blob/master/playbooks/common.yml)
into your playbook.
[Try DebOps now](https://github.com/debops/debops) for a complete solution to run your Debian-based infrastructure.
### Authors and license
`dhcpd` role was written by:
- Maciej Delmanowski | [e-mail](mailto:drybjed@gmail.com) | [Twitter](https://twitter.com/drybjed) | [GitHub](https://github.com/drybjed)
License: [GPLv3](https://tldrlegal.com/license/gnu-general-public-license-v3-%28gpl-3%29)
***
This role is part of the [DebOps](http://debops.org/) project. README generated by [ansigenome](https://github.com/nickjj/ansigenome/).