IaC: with Ansible role to install and configure Named Server
- Administrar um servidor DNS.
vagrant@localhost:~$ ansible-galaxy install wluisaraujo.named
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.named/requirements.txt
- None
---
- hosts: localhost
vars:
- name: value
roles:
- named
...
vagrant@localhost:~$ docker build .
vagrant@localhost:~$
vagrant@localhost:~$ docker run -dit --name my_server_bind9 wluisaraujo/bind9