Update documentation and README

This commit is contained in:
Maciej Delmanowski 2015-03-30 08:56:44 +02:00
parent e8d7c97876
commit 337b1e749d
3 changed files with 12 additions and 4 deletions

View File

@ -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) [![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 ### Installation
@ -13,7 +17,7 @@ This role requires at least Ansible `v1.7.0`. To install it, run:
### Documentation ### Documentation
More information about `debops.dhcpd` can be found in the 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/).

View File

@ -3,7 +3,7 @@ Introduction
``debops.dhcpd`` role can be used to configure an `ISC DHCP Server`_ as ``debops.dhcpd`` role can be used to configure an `ISC DHCP Server`_ as
standalone or in a 2-host failover configuration. Alternatively, you can 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. relay DHCP/BOOTP messages to your DHCP server.
.. _ISC DHCP Server: https://www.isc.org/downloads/dhcp/ .. _ISC DHCP Server: https://www.isc.org/downloads/dhcp/

View File

@ -17,5 +17,9 @@ ansigenome_info:
github: 'drybjed' github: 'drybjed'
synopsis: | 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.