Russell Teague ec9c22ca6a Refactored to use Ansible systemd module 8 years ago
..
defaults c76ae7d939 Allow containerized deployment of dns role 9 years ago
handlers ec9c22ca6a Refactored to use Ansible systemd module 8 years ago
meta ec9c22ca6a Refactored to use Ansible systemd module 8 years ago
tasks ec9c22ca6a Refactored to use Ansible systemd module 8 years ago
templates c76ae7d939 Allow containerized deployment of dns role 9 years ago
README.md ec9c22ca6a Refactored to use Ansible systemd module 8 years ago

README.md

dns

Configure a DNS server serving IPs of all the nodes of the cluster

Requirements

Ansible 2.2

Role Variables

Name Mandatory / Optional Description
dns_zones Mandatory DNS zones in which we must find the hosts
dns_forwarders If not set, the DNS will be a recursive non-forwarding DNS server DNS forwarders to delegate the requests for hosts outside of dns_zones
dns_all_hosts Mandatory Exhaustive list of hosts
base_docker_image Optional Base docker image to build Bind image from, used only in containerized deployments

Dependencies

None

Example Playbook

- hosts: dns_hosts
  roles:
  - role: dns
    dns_forwarders: [ '8.8.8.8', '8.8.4.4' ]
    dns_zones: [ novalocal, openstacklocal ]
    dns_all_hosts: "{{ g_all_hosts }}"
    base_docker_image: 'centos:centos7'

License

ASL 2.0

Author Information

OpenShift operations, Red Hat, Inc