and we add to ansible

This commit is contained in:
Stephen Smoogen 2015-03-20 18:54:27 +00:00
parent 29fef93bdf
commit ed99c13fee
2 changed files with 17 additions and 1 deletions

View file

@ -1,3 +1,3 @@
---
vmhost: virthost16.phx2.fedoraproject.org
vmhost: virthost11.phx2.fedoraproject.org
eth0_ip: 10.5.126.14

View file

@ -341,3 +341,19 @@ zone "getfedora.net" {
type master;
file "/var/named/master/built/getfedora.net";
};
zone "fedora.wiki" {
type master;
file "/var/named/master/built/fedora.wiki";
};
zone "fedora.software" {
type master;
file "/var/named/master/built/fedora.software";
};
zone "fedora.events" {
type master;
file "/var/named/master/built/fedora.events";
};