Created
January 18, 2019 02:23
-
-
Save vivekjoshy/d874c5a2ba7e01b05fbd1130eea8b48c to your computer and use it in GitHub Desktop.
Output of `vagrant config --list`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git_user Your git/Gerrit username | |
Enter 'anonymous' for anonymous access, leave blank to manage it yourself | |
Current value: taven | |
vagrant_ram Amount of RAM (in MB) allocated to the guest VM | |
Specify 'auto' to automatically allocate 1/4 of your system's memory | |
Current value: 1536 (default) | |
vagrant_cores CPU cores allocated to the guest VM | |
All of your host system's cores are allocated by default. | |
Current value: 2 | |
static_ip IP address assigned to the guest VM | |
Current value: 10.11.12.13 (default) | |
http_port Host port forwarded to the guest VM's HTTP port (80) | |
Current value: 8080 (default) | |
https_port Host port forwarded to the guest VM's HTTPS port (443), for use with the https role | |
Current value: 4430 (default) | |
host_ip Host ip address to bind forwards to | |
Set to '0.0.0.0' to bind to all ips and allow external access | |
Current value: 127.0.0.1 (default) | |
smb_shares Use synced folders backed by SMB (Windows shared folders) | |
Enter 'yes' or 'no'. This is recommended on Windows if you have local admin rights. | |
Current value: false (default) | |
nfs_shares Use synced folders backed by NFS | |
Enter 'yes' or 'no'. NFS is faster, but has some incompatibities and restrictions. https://phabricator.wikimedia.org/T139859 | |
Current value: true (default) | |
nfs_force_v3 Use NFS version 3 | |
Enter 'yes' or 'no'. | |
Current value: false (default) | |
nfs_cache Use cachefilesd to speed up NFS file access (EXPERIMENTAL) | |
Enter 'yes' or 'no'. If your VM is currently running, reload it after changing this setting. | |
Current value: false (default) | |
forward_agent Enable agent forwarding over SSH connections by default | |
Enter 'yes' or 'no'. Agent forwarding requires an SSH agent running on the host computer. | |
Current value: false (default) | |
forward_x11 Enable X11 forwarding over SSH connections by default | |
Enter 'yes' or 'no'. X11 forwarding enables GUI applications to be run on the guest. | |
Current value: true (default) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment