]> WPIA git - infra.git/blob - environments/production/manifests/ip.pp
dd510b18424dd6cc5c1173f5ae049b3710e865d1
[infra.git] / environments / production / manifests / ip.pp
1 $ips = {
2    front-nginx => '10.0.3.13',
3    gigi => '10.0.3.15',
4    cassiopeia => '10.0.3.16',
5    exim => '10.0.3.17',
6    hop => '10.0.3.18',
7    quiz => '10.0.3.19',
8    postgres => '10.0.3.14',
9    motion => '10.0.3.22',
10    gitweb => '10.0.3.20'}
11
12 $ipsv6 = {
13    front-nginx => 'fc00:1::d',
14    postgres => 'fc00:1::e',
15    postgres-primary => 'fc00:1::e',
16    gigi => 'fc00:1::f',
17    cassiopeia => 'fc00:1::10',
18    exim => 'fc00:1::11',
19    hop => 'fc00:1::12',
20    quiz => 'fc00:1::13',
21    motion => 'fc00:1::16',
22    gitweb => 'fc00:1::14'}
23
24 $passwords = {
25    postgres => {
26      gigi => 'gigi',
27      quiz => 'quiz'
28    },
29 }
30
31 $testServer = 'false'
32
33 $internet_iface = 'unknown'
34 $systemDomain = 'unknown'
35 $gigi_translation = 'unknown'
36 $signerLocation = 'self'
37 $protected='no'
38 $administrativeUser = 'admin'