-
Notifications
You must be signed in to change notification settings - Fork 2
/
default-config.yml
29 lines (29 loc) · 1.01 KB
/
default-config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#vm_box_url: "file:///...json"
vm_box: "generic/alma9"
# Ansible Playbook to run
ansible_playbook: "ansible/setup-docker.yml"
# Ansible Galaxy requirements file
ansible_requirements: "ansible/requirements.yml"
# Allocate 1/4 host memory
vagrant_mem_divisor: 4
# Allocated 1/2 host logical processors
vagrant_cpu_divisor: 2
# SSH port to access guest
vagrant_ssh_port: 2370
# Use host-only adapter or not (0/1)
vagrant_use_host_only: 1
# Host-only adapter IP (must match configuration in VirtualBox)
vagrant_host_only_ip: "192.168.56.56"
# Host-only adapter netmask (must match configuration in VirtualBox)
vagrant_host_only_netmask: "255.255.255.0"
# Host-only adapter name (must match network configuration in VirtualBox)
#vagrant_host_only_adapter_name: "VirtualBox Host-Only Ethernet Adapter"
# Host-only adapter number
vagrant_host_only_adapter: 2
# Proxy
vagrant_proxy_enabled: false
vagrant_proxy_https: ""
vagrant_proxy_http: ""
vagrant_proxy_no: "localhost,127.0.0.1,.localdomain"
# vagrant-vbguest
vagrant_vbguest_enabled: true