mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Ignore build_servers.yml
This commit is contained in:
parent
fd07954764
commit
90f207897e
2 changed files with 1 additions and 23 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -12,3 +12,4 @@
|
|||
# Testing
|
||||
/.coverage
|
||||
/.tox/
|
||||
/build_servers.yml
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
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
|
Loading…
Add table
Reference in a new issue