X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=environments%2Fproduction%2Fmanifests%2Fip.pp;h=944a6fca673f8016dbb6b7d8902a300541998ea8;hb=416822c6c0d0568cefce6d9f47e159e121e87ed9;hp=b6ad1dd9b4859aa2201e974dd696184e8fec0b68;hpb=1b64b6c681b339728d06104b8de596e64e73ec46;p=infra.git diff --git a/environments/production/manifests/ip.pp b/environments/production/manifests/ip.pp index b6ad1dd..944a6fc 100644 --- a/environments/production/manifests/ip.pp +++ b/environments/production/manifests/ip.pp @@ -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',