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():
|
for name, config in metadata.get('users').items():
|
||||||
users[name] = {
|
users[name] = {
|
||||||
'authorized_keys': [],
|
'pubkey': '222',
|
||||||
'privkey': '111',
|
|
||||||
'privkey': 'pubkey',
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
'hostname': '46.38.240.85',
|
|
||||||
'groups': [
|
|
||||||
'all',
|
|
||||||
],
|
|
||||||
'metadata': {
|
|
||||||
},
|
|
||||||
}
|
|
Loading…
Reference in a new issue