Skip to content

Commit b8f7300

Browse files
committed
Fixing jonashackt#4: Switching from localhost to defined IP in Vagrant file
1 parent e772bb6 commit b8f7300

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

group_vars/gitlab-ci-stack.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
ansible_user: vagrant
2-
#ansible_password: vagrant
32
ansible_connection: ssh
4-
ansible_port: 2222
53

64
# By default (config.ssh.insert_key is defaulting to true, even if unset) Vagrant generates a new Keypair and places the private key
75
# inside .vagrant/machines/default/virtualbox/private_key & automatically copies the public key to /home/vagrant/.ssh/authorized_keys

hosts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[gitlab-ci-stack]
2-
127.0.0.1
2+
172.16.2.15

0 commit comments

Comments
 (0)