bundlewrap/groups/os/linux.py
mwiegand 1481a99ae0 wip
2021-07-12 21:00:33 +02:00

22 lines
409 B
Python

{
'supergroups': [
'all',
],
'bundles': [
'hostname',
'network',
'systemd',
'systemd-networkd',
'systemd-timers',
'hosts',
],
'metadata': {
'hosts': {
'10.0.10.2': [
'resolver.name',
'first.resolver.name',
'second.resolver.name',
],
},
},
}