]> WPIA git - infra.git/blob - environments/production/manifests/ip.pp
upd: reorder entries by ascending ip numbers
[infra.git] / environments / production / manifests / ip.pp
1 $ips = {
2    front-nginx => '10.0.3.13',
3    postgres => '10.0.3.14',
4    gigi => '10.0.3.15',
5    cassiopeia => '10.0.3.16',
6    exim => '10.0.3.17',
7    hop => '10.0.3.18',
8    quiz => '10.0.3.19',
9    gitweb => '10.0.3.20',
10    motion => '10.0.3.22'}
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    gitweb => 'fc00:1::14',
22    motion => 'fc00:1::16'}
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'