Infrastructure as Code (IaC) with Ansible role for Named (DNS) Server
Installation
vagrant@localhost:~$ ansible-galaxy install wluisaraujo.named
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.named/requirements.txt
---
- hosts: localhost
vars:
- name: value
roles:
- named
...
vagrant@localhost:~$ docker build .
vagrant@localhost:~$
vagrant@localhost:~$ docker run -dit --name my_server_bind9 wluisaraujo/bind9