Skip to content

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

License

Notifications You must be signed in to change notification settings

wluisaraujo/ansible-role-named

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published