Skip to content

Commit 600c554

Browse files
author
David Farrington
committed
Bump IP to start sequencing at 1
1 parent 0a73d3c commit 600c554

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Vagrant.configure('2') do |config|
55
config.vm.define 'anxs' do |c|
66
c.vm.box = 'ubuntu/trusty64'
7-
c.vm.network :private_network, ip: '192.168.88.9'
7+
c.vm.network :private_network, ip: '192.168.88.10'
88
c.vm.hostname = 'anxs.local'
99
c.vm.provision 'ansible' do |ansible|
1010
ansible.playbook = 'test.yml'

vagrant-inventory

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[anxs]
2-
anxs.local ansible_ssh_host=192.168.88.9 ansible_ssh_port=22
2+
anxs.local ansible_ssh_host=192.168.88.10 ansible_ssh_port=22

0 commit comments

Comments
 (0)