Add all files needed to bring up VM and run agaric.com locally
This commit is contained in:
parent
52c8b60bac
commit
4d2bc0ee24
742 changed files with 24037 additions and 0 deletions
15
box/examples/prod/bootstrap/example.vars.yml
Normal file
15
box/examples/prod/bootstrap/example.vars.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
admin_user: my_admin_username
|
||||
|
||||
# On RHEL/CentOS, 'wheel'; on Debian/Ubuntu, 'sudo'.
|
||||
admin_group: sudo
|
||||
|
||||
# IMPORTANT: Configure your own password for the admin user account. To generate
|
||||
# a password hash, use either of the following commands:
|
||||
# - `openssl passwd -1 [password]`
|
||||
# - `mkpasswd --method=SHA-512`.
|
||||
admin_password: $1$HgT69GsW$qZ8FUJHafZZWD76KXgAZO/
|
||||
|
||||
# Configuration for copying local public SSH key to admin's authorized_keys.
|
||||
admin_copy_ssh_pubkey: true
|
||||
admin_pubkey: ~/.ssh/id_rsa.pub
|
Loading…
Add table
Add a link
Reference in a new issue