2020-08-29 17:32:34 +00:00
|
|
|
nodes['doc.lon1.icinga2'] = {
|
2020-08-29 19:11:19 +00:00
|
|
|
'bundles': {
|
|
|
|
'zfs',
|
|
|
|
},
|
2020-08-29 17:32:34 +00:00
|
|
|
'groups': {
|
|
|
|
'webserver',
|
|
|
|
},
|
|
|
|
'metadata': {
|
|
|
|
'apt': {
|
|
|
|
'repos': {
|
2020-08-29 19:11:19 +00:00
|
|
|
'backports': {
|
2020-08-29 17:32:34 +00:00
|
|
|
'install_gpg_key': False, # default debian signing key
|
|
|
|
'items': [
|
|
|
|
'deb http://deb.debian.org/debian buster-backports main',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'nginx': {
|
|
|
|
'vhosts': {
|
|
|
|
'icinga.franzi.business': {},
|
|
|
|
},
|
|
|
|
},
|
2020-08-29 19:11:19 +00:00
|
|
|
'zfs': {
|
|
|
|
'pools': {
|
|
|
|
'tank': {
|
|
|
|
'device': '/dev/disk/by-id/scsi-0DO_Volume_volume-lon1-01-part1',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'module_options': {
|
|
|
|
'zfs_arc_max_mb': 0,
|
|
|
|
},
|
|
|
|
},
|
2020-08-29 17:32:34 +00:00
|
|
|
},
|
2020-08-29 19:11:19 +00:00
|
|
|
'os': 'debian',
|
|
|
|
'os_version': (10, 5),
|
2020-08-29 17:32:34 +00:00
|
|
|
}
|