项目作者: oktospeaker

项目描述 :
Deploy docker container with BIND-server based on sameersbn/bind
高级语言: HTML
项目地址: git://github.com/oktospeaker/ansible-bind.git
创建时间: 2020-10-04T17:55:52Z
项目社区:https://github.com/oktospeaker/ansible-bind

开源协议:The Unlicense

下载


ansible-bind

Deploy docker container with BIND-server based on sameersbn/bind

Role variables

Variable Default value Description

bind_service_name | bind-docker | Service name in OS
uninstall_service | false |
bind_host_port | 53 | Host network port for service
bind_container_port | 53 | Container network port for service
bind_port_type | udp | Type of port (tcp/udp) for service
bind_web_host_port | 10000 | Host network port for service management (http)
bind_web_container_port | 10000 | Container network port for service management (http)
bind_web_port_type | tcp | Type of port (tcp/udp) for service management (http)
host_dir | /var/docker/bind | Mapping directory on host
container_dir | /data | Mapping directory on container
docker_image | sameersbn/bind | Docker image (https://hub.docker.com/)

How to use

  1. - installation: just start the role
  2. - uninstallation: add --extra-vars "uninstall_service=true" (WARNING: It doesn't delete configs on host!!!)