X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=environments%2Fproduction%2Fmanifests%2Fip.pp;h=623fca7b79b80c0891ede555e5c5f2606d9ceac7;hb=b7f1b1ee842b3d37e74b3002b02368537199d0b9;hp=8c137330b5f2dc9a2a6cbfb865241023eccdf5cb;hpb=6e69c87b067707acfaa1b526697b9d5c855eee47;p=infra.git diff --git a/environments/production/manifests/ip.pp b/environments/production/manifests/ip.pp index 8c13733..623fca7 100644 --- a/environments/production/manifests/ip.pp +++ b/environments/production/manifests/ip.pp @@ -1,21 +1,31 @@ $ips = { front-nginx => '10.0.3.13', + postgres => '10.0.3.14', gigi => '10.0.3.15', cassiopeia => '10.0.3.16', exim => '10.0.3.17', hop => '10.0.3.18', quiz => '10.0.3.19', - postgres => '10.0.3.14', - gitweb => '10.0.3.20'} + gitweb => '10.0.3.20', + motion => '10.0.3.22'} + +$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', + motion => 'fc00:1::16'} $passwords = { postgres => { - gigi => 'gigi' - }, - quiz-mysql => { - root => 'root', + gigi => 'gigi', quiz => 'quiz' - } + }, } $testServer = 'false'