From 699e24b0da3830e18040d1e60eb82092183a861e Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Thu, 17 Jan 2013 19:11:31 +0000 Subject: dns/mageia.org.zone: use nodes_ipaddr variable To set mageia.org, ml and torrent hostnames. --- deployment/dns/templates/mageia.org.zone | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deployment/dns/templates/mageia.org.zone b/deployment/dns/templates/mageia.org.zone index 415d8d0c..7221341c 100644 --- a/deployment/dns/templates/mageia.org.zone +++ b/deployment/dns/templates/mageia.org.zone @@ -65,15 +65,15 @@ ns0 IN A <%= nodes['alamut']['ipv4'] %> ns1 IN A <%= nodes['krampouezh']['ipv4'] %> ; mageia.org set to IP of champagne : -mageia.org. IN A 217.70.188.116 +mageia.org. IN A <%= nodes['champagne']['ipv4'] %> www-zarb IN A 212.85.158.22 ; since we have a subdomain, we cannot use a CNAME -ml IN A 212.85.158.146 -ml IN AAAA 2a02:2178:2:7::2 +ml IN A <%= nodes['alamut']['ipv4'] %> +ml IN AAAA <%= nodes['alamut']['ipv6'] %> ; mga torrent server and tracker -torrent IN A 212.85.158.146 -torrent IN AAAA 2a02:2178:2:7::2 +torrent IN A <%= nodes['alamut']['ipv4'] %> +torrent IN AAAA <%= nodes['alamut']['ipv6'] %> ; aliases www IN CNAME champagne -- cgit v1.2.1