]> WPIA git - infra.git/blob - environments/production/manifests/ip.pp
add: ipv6 for container and for external http(s) dnats
[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    gitweb => '10.0.3.20'}
10
11 $ipsv6 = {
12    front-nginx => 'fc00:1::d',
13    postgres => 'fc00:1::e',
14    postgres-primary => 'fc00:1::e',
15    gigi => 'fc00:1::f',
16    cassiopeia => 'fc00:1::10',
17    exim => 'fc00:1::11',
18    hop => 'fc00:1::12',
19    quiz => 'fc00:1::13',
20    gitweb => 'fc00:1::14'}
21
22 $passwords = {
23    postgres => {
24      gigi => 'gigi',
25      quiz => 'quiz'
26    },
27 }
28
29 $testServer = 'false'
30
31 $internet_iface = 'unknown'
32 $systemDomain = 'unknown'
33 $gigi_translation = 'unknown'
34 $signerLocation = 'self'
35 $protected='no'
36 $administrativeUser = 'admin'