AlbanAndrieu.ansible_dns

Nabla alban_andrieu_dns

License Branch Donate Ansible Galaxy Platforms Flattr this git repo

Ensures that dns is properly installed (using apt) and configured

Installation

This role requires at least Ansible v2.3.0.0. To install it, run:

Using ansible-galaxy:

$ ansible-galaxy install alban.andrieu.dns

Using arm (Ansible Role Manager):

$ arm install alban.andrieu.dns

Using git:

$ git clone https://github.com/AlbanAndrieu/ansible-dns.git

Documentation

Role variables

List of default variables available in the inventory:

dns_enabled: yes                       # Enable module

defaultdomain: freeboxos.fr
defaultsearch: nabla.freeboxos.fr. freeboxos.fr. home.nabla.mobi. nabla.mobi.
dns_nameservers:
  - "10.25.200.3" # work dns
  - "10.21.200.3" # work dns
  - "8.8.8.8" # google dns
  - "8.8.4.4" # google dns
nameserver: ""

Detailed usage guide

Describe how to use in more detail...

Authors and license

alban_andrieu_dns role was written by:

Copyright (c) 2017 Alban Andrieu

Feedback, bug-reports, requests, ...

Are welcome!

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests and examples for any new or changed functionality.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

This role is part of the Nabla project. README generated by Ansigenome.

About

A role for installing dns

Install
ansible-galaxy install AlbanAndrieu.ansible_dns
GitHub repository
License
gpl-3.0
Downloads
155
Owner
DevSecOps