2020-11-09 15:40:15 +00:00
|
|
|
nodes['ovh.icinga2'] = {
|
|
|
|
'bundles': {
|
2020-11-10 11:40:12 +00:00
|
|
|
'icinga2',
|
2020-11-13 12:19:26 +00:00
|
|
|
'php',
|
2020-11-09 15:40:15 +00:00
|
|
|
'postgresql',
|
|
|
|
'zfs',
|
|
|
|
},
|
2020-11-13 12:19:26 +00:00
|
|
|
'groups': {
|
|
|
|
'webserver',
|
|
|
|
},
|
2020-11-09 15:40:15 +00:00
|
|
|
'metadata': {
|
|
|
|
'interfaces': {
|
|
|
|
'eth0': {
|
|
|
|
'ips': {
|
|
|
|
'51.195.44.8',
|
|
|
|
'2001:41d0:701:1100::2618/64'
|
|
|
|
},
|
|
|
|
'gateway4': '51.195.44.1',
|
|
|
|
'gateway6': '2001:41d0:701:1100::1'
|
|
|
|
},
|
|
|
|
},
|
2020-11-13 12:19:26 +00:00
|
|
|
'nginx': {
|
|
|
|
'vhosts': {
|
|
|
|
'icingaweb': {
|
|
|
|
'domain': 'icinga.kunsmann.eu',
|
|
|
|
'webroot': '/usr/share/icingaweb2/public',
|
|
|
|
'extras': True,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'php': {
|
|
|
|
'version': '7.4',
|
|
|
|
'packages': {
|
|
|
|
'json',
|
|
|
|
'opcache',
|
|
|
|
'pgsql',
|
|
|
|
'readline',
|
|
|
|
'xml',
|
|
|
|
},
|
|
|
|
},
|
2020-11-09 15:40:15 +00:00
|
|
|
'zfs': {
|
|
|
|
'pools': {
|
|
|
|
'tank': {
|
|
|
|
'device': '/dev/sdb',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'vm': {
|
|
|
|
'cpu': 1,
|
|
|
|
'ram': 2,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'os': 'debian',
|
|
|
|
'os_version': (10,),
|
|
|
|
}
|