Regenerate README

This commit is contained in:
Maciej Delmanowski 2014-09-14 23:17:47 +02:00
parent 02656fc9c8
commit ee6b8dbb8f

View File

@ -1,16 +1,37 @@
## dhcpd
[![Travis CI](https://secure.travis-ci.org/debops/ansible-dhcpd.png)](http://travis-ci.org/debops/ansible-dhcpd) [![test-suite](http://img.shields.io/badge/test--suite-ansible--dhcpd-blue.svg)](https://github.com/debops/test-suite/tree/master/ansible-dhcpd/) [![Ansible Galaxy](http://img.shields.io/badge/galaxy-debops.dhcpd-660198.svg)](https://galaxy.ansible.com/list#/roles/1559) [![Platforms](http://img.shields.io/badge/platforms-debian%20|%20ubuntu-lightgrey.svg)](#) ## [![DebOps project](http://debops.org/images/debops-small.png)](http://debops.org) dhcpd
[![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) [![Platforms](http://img.shields.io/badge/platforms-debian%20|%20ubuntu-lightgrey.svg?style=flat)](#)
Install and configure [ISC DHCP Server](https://www.isc.org/downloads/dhcp/). Install and configure [ISC DHCP Server](https://www.isc.org/downloads/dhcp/).
### Installation ### Installation
This role requires at least Ansible `v1.7.0`. To install it, run: This role requires at least Ansible `v1.7.0`. To install it, run:
ansible-galaxy install debops.dhcpd ansible-galaxy install debops.dhcpd
#### 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.
@ -186,13 +207,20 @@ List of default variables available in the inventory:
### Authors and license ### Authors and license
`dhcpd` role was written by: `dhcpd` role was written by:
- Maciej Delmanowski | [e-mail](mailto:drybjed@gmail.com) | [Twitter](https://twitter.com/drybjed) | [GitHub](https://github.com/drybjed) - 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-(gpl-3)) License: [GPLv3](https://tldrlegal.com/license/gnu-general-public-license-v3-%28gpl-3%29)
*** ***