Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cyber-sandbox-creator
Manage
Activity
Members
Labels
Plan
Issues
10
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MUNI-KYPO-CSC
cyber-sandbox-creator
Commits
1e954b20
Commit
1e954b20
authored
4 years ago
by
Attila Farkas
Browse files
Options
Downloads
Patches
Plain Diff
Merge command mappings
parent
536117d5
No related branches found
No related tags found
1 merge request
!32
Version 2.0.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cyber_sandbox_creator/conf/command_mapping.yml
+86
-0
86 additions, 0 deletions
cyber_sandbox_creator/conf/command_mapping.yml
with
86 additions
and
0 deletions
cyber_sandbox_creator/conf/command_mapping.yml
0 → 100644
+
86
−
0
View file @
1e954b20
#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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment