/ansible-role-globodns

Infrastructure as Code (IaC) with Ansible role for GloboDNS (Web GUI for Bind)

GNU General Public License v3.0GPL-3.0

GloboDNS Build Status


IaC: with Ansible role to install and configure GloboDNS


Description

  • GloboDNS Web GUI for Bind

Requirements

Installation

Installation

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

Role Variables

defaults/main.yml

Dependencies

  • None

Example Playbook

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

Licence