https://github.com/wluisaraujo/ansible-role-named
Infrastructure as Code (IaC) with Ansible role for Named (DNS) Server
https://github.com/wluisaraujo/ansible-role-named
ansible bind dns dns-server named
Last synced: 20 days ago
JSON representation
Infrastructure as Code (IaC) with Ansible role for Named (DNS) Server
- Host: GitHub
- URL: https://github.com/wluisaraujo/ansible-role-named
- Owner: wluisaraujo
- License: gpl-3.0
- Created: 2018-04-04T20:16:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T14:41:20.000Z (over 6 years ago)
- Last Synced: 2025-12-19T17:26:03.009Z (6 months ago)
- Topics: ansible, bind, dns, dns-server, named
- Language: Dockerfile
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://galaxy.ansible.com/wluisaraujo/named) [](https://travis-ci.org/wluisaraujo/ansible-role-named) [](https://hub.docker.com/r/wluisaraujo/bind9/)
# IaC: with [Ansible](https://www.ansible.com) role to install and configure [Named Server](https://www.isc.org/downloads/bind/)
------------
Description
------------
* Administrar um servidor DNS.
Requirements
------------
*
Installation
------------
Installation
------------
```console
vagrant@localhost:~$ ansible-galaxy install wluisaraujo.named
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.named/requirements.txt
```
Role Variables
--------------
[defaults/main.yml](defaults/main.yml)
Dependencies
------------
* None
Example Playbook
----------------
```yaml
---
- hosts: localhost
vars:
- name: value
roles:
- named
...
```
Example 2 Container
----------------
```console
vagrant@localhost:~$ docker build .
vagrant@localhost:~$
vagrant@localhost:~$ docker run -dit --name my_server_bind9 wluisaraujo/bind9
```
----------------
[](https://www.gnu.org/licenses/gpl-3.0.pt-br.html)