less annoying root passwords
This commit is contained in:
parent
ecfd60803f
commit
5fb1ee54b9
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ defaults = {
|
|||
'users': {
|
||||
'root': {
|
||||
'home': '/root',
|
||||
'password': repo.vault.password_for(f'{node.name} user root'),
|
||||
'password': repo.vault.password_for(f'{node.name} user root', length=24),
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue