X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=environments%2Fproduction%2Fmanifests%2Fip.pp;h=dd510b18424dd6cc5c1173f5ae049b3710e865d1;hb=ec411b00d9969e8a56d313cbb7479bba600244d9;hp=8cc4856cf554686bc4044bbf5929ab837531cc7d;hpb=4e7a747e9298faf3e78f523f4677a5838b621aa1;p=infra.git diff --git a/environments/production/manifests/ip.pp b/environments/production/manifests/ip.pp index 8cc4856..dd510b1 100644 --- a/environments/production/manifests/ip.pp +++ b/environments/production/manifests/ip.pp @@ -5,16 +5,27 @@ $ips = { exim => '10.0.3.17', hop => '10.0.3.18', quiz => '10.0.3.19', - postgres => '10.0.3.14'} + postgres => '10.0.3.14', + motion => '10.0.3.22', + 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', + motion => 'fc00:1::16', + gitweb => 'fc00:1::14'} $passwords = { postgres => { - gigi => 'gigi' - }, - quiz-mysql => { - root => 'root', + gigi => 'gigi', quiz => 'quiz' - } + }, } $testServer = 'false'