You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # 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: 512
|