wip
This commit is contained in:
parent
611c263df5
commit
4a845d4956
2 changed files with 1 additions and 11 deletions
|
@ -6,9 +6,7 @@ def user(metadata):
|
|||
|
||||
for name, config in metadata.get('users').items():
|
||||
users[name] = {
|
||||
'authorized_keys': [],
|
||||
'privkey': '111',
|
||||
'privkey': 'pubkey',
|
||||
'pubkey': '222',
|
||||
}
|
||||
|
||||
return {
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
'hostname': '46.38.240.85',
|
||||
'groups': [
|
||||
'all',
|
||||
],
|
||||
'metadata': {
|
||||
},
|
||||
}
|
Loading…
Reference in a new issue