Sign inSign up

wluisaraujo/bind9

By wluisaraujo

•Updated over 6 years ago

Servidor de DNS primario com Bind9

Image
0

1.0K

wluisaraujo/bind9 repository overview

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

Tag summary

Content type

Image

Digest

Size

98 MB

Last updated

over 6 years ago

docker pull wluisaraujo/bind9