]> WPIA git - infra.git/blobdiff - environments/production/manifests/ip.pp
add: ipv6 for container and for external http(s) dnats
[infra.git] / environments / production / manifests / ip.pp
index b6ad1dd9b4859aa2201e974dd696184e8fec0b68..944a6fca673f8016dbb6b7d8902a300541998ea8 100644 (file)
@@ -8,6 +8,17 @@ $ips = {
    postgres => '10.0.3.14',
    gitweb => '10.0.3.20'}
 
+$ipsv6 = {
+   front-nginx => 'fc00:1::d',
+   postgres => 'fc00:1::e',
+   postgres-primary => 'fc00:1::e',
+   gigi => 'fc00:1::f',
+   cassiopeia => 'fc00:1::10',
+   exim => 'fc00:1::11',
+   hop => 'fc00:1::12',
+   quiz => 'fc00:1::13',
+   gitweb => 'fc00:1::14'}
+
 $passwords = {
    postgres => {
      gigi => 'gigi',