]> WPIA git - infra.git/blob - environments/production/manifests/ip.pp
8c137330b5f2dc9a2a6cbfb865241023eccdf5cb
[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 $passwords = {
12    postgres => {
13      gigi => 'gigi'
14    },
15    quiz-mysql => {
16      root => 'root',
17      quiz => 'quiz'
18    }
19 }
20
21 $testServer = 'false'
22
23 $internet_iface = 'unknown'
24 $systemDomain = 'unknown'
25 $gigi_translation = 'unknown'
26 $signerLocation = 'self'
27 $protected='no'
28 $administrativeUser = 'admin'