summaryrefslogtreecommitdiffstats
path: root/roles/dns/README.md
diff options
context:
space:
mode:
authorJason DeTiberus <detiber@gmail.com>2016-05-05 13:08:48 -0400
committerJason DeTiberus <detiber@gmail.com>2016-05-05 13:08:48 -0400
commit2534b73692e16f54ffdd623e305c3cd1f494eff3 (patch)
tree96fca3cb076b2afe87ab7f51c93f4d434e5b5f00 /roles/dns/README.md
parent2f87e0c3f19d313cf16bf91d88a00c7a2938a3d8 (diff)
parentc76ae7d9398e3a04ded06c7e54811ad7a379921a (diff)
downloadopenshift-2534b73692e16f54ffdd623e305c3cd1f494eff3.tar.gz
openshift-2534b73692e16f54ffdd623e305c3cd1f494eff3.tar.bz2
openshift-2534b73692e16f54ffdd623e305c3cd1f494eff3.tar.xz
openshift-2534b73692e16f54ffdd623e305c3cd1f494eff3.zip
Merge pull request #1688 from jprovaznik/dns
Allow containerized deployment of dns role
Diffstat (limited to 'roles/dns/README.md')
-rw-r--r--roles/dns/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/dns/README.md b/roles/dns/README.md
index e238fb92e..7e0140772 100644
--- a/roles/dns/README.md
+++ b/roles/dns/README.md
@@ -16,6 +16,7 @@ Role Variables
| `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
------------
@@ -31,6 +32,7 @@ Example Playbook
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
-------