Skip to content

Commit 9b14cda

Browse files
author
armab
committed
Prefix hostnames with ansible-st2
Fixes: A VirtualBox machine with the name 'ubuntu16' already exists. Please use another name or delete the machine with the existing name, and try again.
1 parent 054b074 commit 9b14cda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Vagrantfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
VAGRANTFILE_API_VERSION = '2'
55
VIRTUAL_MACHINES = {
66
:ubuntu14 => {
7-
:hostname => 'ubuntu14',
7+
:hostname => 'ansible-st2-ubuntu14',
88
:box => 'ubuntu/trusty64',
99
},
1010
:ubuntu16 => {
11-
:hostname => 'ubuntu16',
11+
:hostname => 'ansible-st2-ubuntu16',
1212
:box => 'ubuntu/xenial64',
1313
},
1414
:centos6 => {
15-
:hostname => 'centos6',
15+
:hostname => 'ansible-st2-centos6',
1616
:box => 'centos/6',
1717
},
1818
:centos7 => {
19-
:hostname => 'centos7',
19+
:hostname => 'ansible-st2-centos7',
2020
:box => 'centos/7',
2121
},
2222
}

0 commit comments

Comments
 (0)