/ansible-role-named

Infrastructure as Code (IaC) with Ansible role for Named (DNS) Server

Primary LanguageDockerfileGNU General Public License v3.0GPL-3.0

Ansible Galaxy Build Status Docker Pulls

IaC: with Ansible role to install and configure Named Server


Description

  • Administrar um servidor DNS.

Requirements

Installation

Installation

vagrant@localhost:~$ ansible-galaxy install wluisaraujo.named
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.named/requirements.txt

Role Variables

defaults/main.yml

Dependencies

  • None

Example Playbook

---
- hosts: localhost
  vars:
    - name: value
  roles:
    - named
...

Example 2 Container

vagrant@localhost:~$ docker build .
vagrant@localhost:~$
vagrant@localhost:~$ docker run -dit --name my_server_bind9 wluisaraujo/bind9

Licence