first commit
This commit is contained in:
2
vagrant/config/.gitignore
vendored
Executable file
2
vagrant/config/.gitignore
vendored
Executable file
@ -0,0 +1,2 @@
|
||||
# local configuration
|
||||
vagrant-local.yml
|
22
vagrant/config/vagrant-local.example.yml
Executable file
22
vagrant/config/vagrant-local.example.yml
Executable file
@ -0,0 +1,22 @@
|
||||
# Your personal GitHub token
|
||||
github_token: <your-personal-github-token>
|
||||
# Read more: https://github.com/blog/1509-personal-api-tokens
|
||||
# You can generate it here: https://github.com/settings/tokens
|
||||
|
||||
# Guest OS timezone
|
||||
timezone: Europe/London
|
||||
|
||||
# Are we need check box updates for every 'vagrant up'?
|
||||
box_check_update: false
|
||||
|
||||
# Virtual machine name
|
||||
machine_name: y2aa
|
||||
|
||||
# Virtual machine IP
|
||||
ip: 192.168.83.137
|
||||
|
||||
# Virtual machine CPU cores number
|
||||
cpus: 1
|
||||
|
||||
# Virtual machine RAM
|
||||
memory: 1024
|
Reference in New Issue
Block a user