项目作者: wluisaraujo

项目描述 :
Infrastructure as Code (IaC) with Ansible role for Named (DNS) Server
高级语言: Dockerfile
项目地址: git://github.com/wluisaraujo/ansible-role-named.git
创建时间: 2018-04-04T20:16:09Z
项目社区:https://github.com/wluisaraujo/ansible-role-named

开源协议:GNU General Public License v3.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

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

Role Variables

defaults/main.yml

Dependencies

  • None

Example Playbook

  1. ---
  2. - hosts: localhost
  3. vars:
  4. - name: value
  5. roles:
  6. - named
  7. ...

Example 2 Container

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

Licence