We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa81848 commit 9799781Copy full SHA for 9799781
tests/Vagrantfile
@@ -6,6 +6,10 @@ PLAYBOOK = 'vagrant.yml'
6
7
Vagrant.configure('2') do |config|
8
9
+ config.hostmanager.enabled = true
10
+ config.hostmanager.manage_host = true
11
+ config.hostmanager.ignore_private_ip = false
12
+
13
Dir.glob('host_vars/*').each do |host_var_file|
14
15
puts "[INFO] loading #{host_var_file} box settings..."
0 commit comments