AlbanAndrieu.ansible_dns
alban_andrieu_dns
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:
Alban Andrieu | e-mail | Twitter | GitHub
License: GPLv3
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.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
This role is part of the Nabla project. README generated by Ansigenome.
Install
ansible-galaxy install AlbanAndrieu.ansible_dnsLicense
gpl-3.0
Downloads
155
Owner
DevSecOps

