aboutsummaryrefslogtreecommitdiff
path: root/hiera/bootstrap.yaml
blob: e189b51cc059b4db2cfa021b7af6b49d189dba7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
#
# Boostrap
#
# Use "mkpasswd -m sha-512" to generate root and first user's passwords
# Do not include "ssh-rsa " into the sshkey definition.
bootstrap::base_domain:          'vagrantup.com'
bootstrap::root::password:       ''
bootstrap::first_user:           'user'
bootstrap::first_user::password: ''
bootstrap::first_user::sshkey:   ''
bootstrap::first_user::email:    ''