9 lines
234 B
Python
9 lines
234 B
Python
# defaults = {
|
|
# 'users': {
|
|
# 'root': {
|
|
# 'home': '/root',
|
|
# 'shell': '/bin/bash',
|
|
# 'password': repo.vault.human_password_for('root on {}'.format(node.name)),
|
|
# },
|
|
# },
|
|
# }
|