Franziska Kunsmann
a176a1aa65
All checks were successful
bundlewrap/pipeline/head This commit looks good
33 lines
718 B
Python
33 lines
718 B
Python
nodes['ovh.icinga2'] = {
|
|
'bundles': {
|
|
'icinga2',
|
|
'postgresql',
|
|
'zfs',
|
|
},
|
|
'groups': set(),
|
|
'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'
|
|
},
|
|
},
|
|
'zfs': {
|
|
'pools': {
|
|
'tank': {
|
|
'device': '/dev/sdb',
|
|
},
|
|
},
|
|
},
|
|
'vm': {
|
|
'cpu': 1,
|
|
'ram': 2,
|
|
},
|
|
},
|
|
'os': 'debian',
|
|
'os_version': (10,),
|
|
}
|