wip
This commit is contained in:
parent
4f3ad805fe
commit
92d3b7ac83
1 changed files with 6 additions and 20 deletions
|
@ -1,30 +1,13 @@
|
||||||
{
|
{
|
||||||
'hostname': '10.0.0.2',
|
'hostname': '10.0.0.2',
|
||||||
'groups': [
|
|
||||||
# 'archive',
|
|
||||||
'debian-10',
|
|
||||||
],
|
|
||||||
'bundles': [
|
'bundles': [
|
||||||
|
'systemd',
|
||||||
|
'systemd-timers',
|
||||||
'zfs',
|
'zfs',
|
||||||
],
|
],
|
||||||
'metadata': {
|
'metadata': {
|
||||||
|
'os_release': 'buster',
|
||||||
'id': 'af96709e-b13f-4965-a588-ef2cd476437a',
|
'id': 'af96709e-b13f-4965-a588-ef2cd476437a',
|
||||||
'network': {
|
|
||||||
'internal': {
|
|
||||||
'interface': 'enp1s0f0',
|
|
||||||
'ipv4': '10.0.0.2/24',
|
|
||||||
'gateway4': '10.0.0.1',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
'users': {
|
|
||||||
'root': {
|
|
||||||
'shell': '/usr/bin/zsh',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
'vm': {
|
|
||||||
'cores': 2,
|
|
||||||
'ram': 16192,
|
|
||||||
},
|
|
||||||
'zfs': {
|
'zfs': {
|
||||||
'pools': {
|
'pools': {
|
||||||
'tank': {
|
'tank': {
|
||||||
|
@ -36,4 +19,7 @@
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'os_version': (10,),
|
||||||
|
'os': 'debian',
|
||||||
|
'pip_command': 'pip3',
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue