Skip to content
Snippets Groups Projects
Commit 1e954b20 authored by Attila Farkas's avatar Attila Farkas
Browse files

Merge command mappings

parent 536117d5
No related branches found
No related tags found
1 merge request!32Version 2.0.0
#This is a file with mappings of Vagrant and VirtualBox commands.
#Change values only if you know what you are doing.
#Command mapping for Vagrant
vagrant:
string:
base_mac: vm.base_mac
base_address: vm.base_address
box_download_checksum: vm.box_download_checksum
box_download_checksum_type: vm.box_download_checksum_type
box_download_client_cert: vm.box_download_client_cert
box_download_ca_cert: vm.box_download_ca_cert
box_download_ca_path: vm.box_download_ca_path
box_version: vm.box_version
communicator: vm.communicator
name: vm.hostname
post_up_message: vm.post_up_message
ssh_config: ssh.config
ssh_export_command_template: ssh.export_command_template
ssh_host: ssh.host
ssh_password: ssh.password
ssh_proxy_command: ssh.proxy_command
ssh_remote_user: ssh.remote_user
ssh_shell: ssh.shell
ssh_sudo_command: ssh.sudo_command
winrm_username: winrm.username
winrm_password: winrm.password
winrm_host: winrm.host
winrm_codepage: winrm.codepage
winssh_proxy_command: winssh.proxy_command
winssh_shell: winssh.shell
winssh_export_command_template: winssh.export_command_template
winssh_sudo_command: winssh.sudo_command
winssh_upload_directory: winssh.upload_directory
integer:
boot_timeout: vm.boot_timeout
graceful_halt_timeout: vm.graceful_halt_timeout
ssh_guest_port: ssh.guest_port
ssh_port: ssh.port
winrm_port: winrm.port
winrm_guest_port: winrm.guest_port
winrm_timeout: winrm.timeout
winrm_retry_limit: winrm.retry_limit
winrm_retry_delay: winrm.retry_delay
boolean:
box_check_update: vm.box_check_update
box_download_insecure: vm.box_download_insecure
box_download_location_trusted: vm.box_download_location_trusted
ignore_box_vagrantfile: vm.ignore_box_vagrantfile
ssh_compression: ssh.compression
ssh_dsa_authentication: ssh.dsa_authentication
ssh_forward_agent: ssh.forward_agent
ssh_forward_x11: ssh.forward_x11
ssh_insert_key: ssh.insert_key
ssh_keep_alive: ssh.keep_alive
ssh_keys_only: ssh.keys_only
ssh_paranoid: ssh.paranoid
ssh_pty: ssh.pty
winrm_basic_auth_only: winrm.basic_auth_only
winrm_ssl_peer_verification: winrm.ssl_peer_verification
winssh_forward_agent: winssh.forward_agent
winssh_keep_alive: winssh.keep_alive
special:
base_box: vm.box
other:
box_url: vm.box_url
guest: vm.guest
provider: vm.provider
provision: vm.provision
synced_folder: vm.synced_folder
usable_port_range: vm.usable_port_range
ssh_extra_args: ssh.extra_args
ssh_forward_env: ssh.forward_env
ssh_private_key_path: ssh.private_key_path
ssh_verify_host_key: ssh.verify_host_key
winrm_transport: winrm.transport
winssh_forward_env: winssh.forward_env
vagrant_host: vagrant.host
vagrant_plugins: vagrant.plugins
vagrant_sensitive: vagrant.sensitive
#Command mapping for VirtualBox
virtualbox:
integer:
memory: memory
cpus: cpus
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment