mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
24 lines
537 B
YAML
24 lines
537 B
YAML
![]() |
virtualbox:
|
||
|
can_bootstrap:
|
||
|
- virtualbox
|
||
|
- ec2-s3
|
||
|
address: 127.0.0.1
|
||
|
port: 2222
|
||
|
username: vagrant
|
||
|
password: vagrant
|
||
|
root_password: vagrant
|
||
|
keyfile: /Users/anders/.vagrant.d/insecure_private_key
|
||
|
server-bin: /root/bootstrap/bootstrap-vz-server
|
||
|
ec2:
|
||
|
can_bootstrap:
|
||
|
- virtualbox
|
||
|
- ec2-ebs
|
||
|
- ec2-s3
|
||
|
address: 127.0.0.1
|
||
|
port: 2222
|
||
|
username: vagrant
|
||
|
password: vagrant
|
||
|
root_password: vagrant
|
||
|
keyfile: /Users/anders/.vagrant.d/insecure_private_key
|
||
|
server-bin: /root/bootstrap/bootstrap-vz-server
|