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