bundlewrap/groups/os/linux.py
2022-06-01 10:42:35 +02:00

44 lines
991 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': {
'ckn': {
'shell': '/usr/bin/zsh',
'authorized_keys': {
'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEU1l2ijW3ZqzFGZcdWg2ESgTGehdNfBTfafxsjWvWdS mwiegand@macbook',
},
},
},
'sudoers': {
'ckn': {'ALL'},
},
},
}