wol waker

This commit is contained in:
mwiegand 2022-02-12 18:01:03 +01:00
parent f4a4f22d69
commit 78b324903d
3 changed files with 16 additions and 0 deletions

View file

View file

@ -0,0 +1,15 @@
@metadata_reactor.provides(
'users/wol',
)
def user(metadata):
return {
'users': {
'wol': {
'authorized_users': {
f'root@{node.name}'
for node in repo.nodes
if node.dummy == False
},
},
},
}

View file

@ -19,6 +19,7 @@
'interface': 'enp1s0',
'ipv4': '10.0.0.5/24',
'gateway4': '10.0.0.1',
'mac': 'd8:cb:8a:e7:be:c6',
'wol': True,
},
},