Skip to content

dgnest/ansible-role-dnsmasq

Repository files navigation

Ansible Role Dnsmasq

[![Build Status](https://travis-ci.org/hadenlabs/ansible-role-dnsmasq.svg)](https://travis-ci.org/hadenlabs/ansible-role-dnsmasq) [![Stories in Ready](https://badge.waffle.io/hadenlabs/ansible-role-dnsmasq.svg?label=ready&title=Ready)](http://waffle.io/hadenlabs/ansible-role-dnsmasq) [![GitHub issues](https://img.shields.io/github/issues/hadenlabs/ansible-role-dnsmasq.svg)](https://github.com/hadenlabs/ansible-role-dnsmasq/issues) [![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](LICENSE)

Installs and configures dnsmasq on a host.

Requirements

  • Linux
    • none
  • OSX
    • none

Role Variables

The default role variables in defaults/main.yml are:

---
# defaults file for dnsmasq

Dependencies

none

Example Playbook

See the examples directory.

To run this playbook with default settings, create a basic playbook like this:

- hosts: servers
  roles:
     - dnsmasq

To install a specific version:

- hosts: servers
  roles:
     - { role: hadenlabs.dnsmasq }

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published