Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---
- ip: "192.168.10.10"
- memory: 2048
- cpus: 2
- provider: virtualbox
- authorize: ~/.ssh/id_rsa.pub
- keys:
- - ~/.ssh/id_rsa
- folders:
- - map: /home/senshi/Documents/RB
- to: /home/vagrant/code
- sites:
- - map: youth-agency.test
- to: /home/vagrant/code/Projects/youth-agency/public
- - map: youtube.test
- to: /home/vagrant/code/Learning/youtube/public
- databases:
- - Youtube
- - YA
- features:
- - mariadb: false
- - ohmyzsh: false
- - webdriver: false
- ports:
- - send: 50000
- to: 5000
- - send: 7777
- to: 777
- protocol: tcp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement