bundlewrap/nodes/home.server.py
mwiegand 198c1f54fa wip
2021-07-13 15:29:28 +02:00

14 lines
245 B
Python

{
'hostname': '10.0.0.2',
'bundles': [
'systemd',
'systemd-timers',
'zfs',
],
'metadata': {
'os_release': 'buster',
},
'os_version': (10,),
'os': 'debian',
'pip_command': 'pip3',
}