diff --git a/README.md b/README.md index 39bab7a..9475ad9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,11 @@ [![Travis CI](http://img.shields.io/travis/debops/ansible-dhcpd.svg?style=flat)](http://travis-ci.org/debops/ansible-dhcpd) [![test-suite](http://img.shields.io/badge/test--suite-ansible--dhcpd-blue.svg?style=flat)](https://github.com/debops/test-suite/tree/master/ansible-dhcpd/) [![Ansible Galaxy](http://img.shields.io/badge/galaxy-debops.dhcpd-660198.svg?style=flat)](https://galaxy.ansible.com/list#/roles/1559) -Install and configure [ISC DHCP Server](https://www.isc.org/downloads/dhcp/). +`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. ### Installation @@ -13,7 +17,7 @@ This role requires at least Ansible `v1.7.0`. To install it, run: ### Documentation More information about `debops.dhcpd` can be found in the -[official debops.dhcpd documentation](http://docs.debops.org/en/latest/ansible/roles/debops.dhcpd.html). +[official debops.dhcpd documentation](http://docs.debops.org/en/latest/ansible/roles/ansible-dhcpd/docs/). diff --git a/docs/introduction.rst b/docs/introduction.rst index f40b673..e762637 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -3,7 +3,7 @@ Introduction ``debops.dhcpd`` role can be used to configure an `ISC DHCP Server`_ as standalone or in a 2-host failover configuration. Alternatively, you can -configure an DHCP relay on a host connected to multiple network which will +configure an DHCP relay on a host connected to multiple networks which will relay DHCP/BOOTP messages to your DHCP server. .. _ISC DHCP Server: https://www.isc.org/downloads/dhcp/ diff --git a/meta/ansigenome.yml b/meta/ansigenome.yml index 4977157..c661d35 100644 --- a/meta/ansigenome.yml +++ b/meta/ansigenome.yml @@ -17,5 +17,9 @@ ansigenome_info: github: 'drybjed' synopsis: | - Install and configure [ISC DHCP Server](https://www.isc.org/downloads/dhcp/). + `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.