add users bundle
This commit is contained in:
parent
3934414140
commit
ebf7f7ada9
2 changed files with 47 additions and 0 deletions
11
bundles/users/metadata.py
Normal file
11
bundles/users/metadata.py
Normal file
|
@ -0,0 +1,11 @@
|
|||
@metadata_processor
|
||||
def root_user(metadata):
|
||||
return {
|
||||
'users': {
|
||||
'root': {
|
||||
'home': '/root',
|
||||
'ssh_pubkey': [],
|
||||
'shell': '/bin/bash',
|
||||
},
|
||||
},
|
||||
}, DEFAULTS, DONE
|
Loading…
Add table
Add a link
Reference in a new issue