bundlewrap/groups/os/linux.py
2022-02-06 20:34:17 +01:00

38 lines
755 B
Python

{
'supergroups': [
'all',
],
'bundles': [
'hostname',
'hosts',
'locale',
'network',
'ssh',
'sudo',
'systemd',
'systemd-journald',
'systemd-networkd',
'systemd-mount',
'systemd-timers',
'zsh',
],
'metadata': {
'systemd-timers': {
'trim': {
'command': '/sbin/fstrim -v /',
'when': 'daily',
},
},
'hosts': {
'10.0.11.3': [
'resolver.name',
'secondary.resolver.name',
],
},
'users': {
'root': {
'shell': '/usr/bin/zsh',
},
},
},
}