From e6b842e6edc607ccfcb8b15b4d0e4fb7d555015a Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Tue, 18 Oct 2016 01:01:43 +0000 Subject: [PATCH] and we have a new zone for mattdm --- playbooks/include/proxies-websites.yml | 1 + roles/dns/files/zones.conf | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index bc48a8c6a7..76d1caeb76 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -133,6 +133,7 @@ - www.projectofedora.org - www.getfedora.com - getfedora.com + - fedoraplayground.org - role: httpd/website name: admin.fedoraproject.org diff --git a/roles/dns/files/zones.conf b/roles/dns/files/zones.conf index 037a78fc56..c4afdd2da7 100644 --- a/roles/dns/files/zones.conf +++ b/roles/dns/files/zones.conf @@ -332,6 +332,11 @@ zone "fedora.org" { file "/var/named/master/built/fedora.org"; }; +zone "fedoraplayground.org" { + type master; + file "/var/named/master/built/fedoraplayground.org"; +}; + zone "fedoraproject.community" { type master; file "/var/named/master/built/fedoraproject.community";