Skip to content

Commit

Permalink
Bump IP to start sequencing at 1
Browse files Browse the repository at this point in the history
  • Loading branch information
David Farrington committed Mar 22, 2015
1 parent 88232ee commit 2e3df37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Vagrant.configure('2') do |config|
config.vm.define 'anxs' do |c|
c.vm.box = 'ubuntu/trusty64'
c.vm.network :private_network, ip: '192.168.88.26'
c.vm.network :private_network, ip: '192.168.88.27'
c.vm.hostname = 'anxs.local'
c.vm.provision 'ansible' do |ansible|
ansible.playbook = 'test.yml'
Expand Down
2 changes: 1 addition & 1 deletion vagrant-inventory
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[anxs]
anxs.local ansible_ssh_host=192.168.88.26 ansible_ssh_port=22
anxs.local ansible_ssh_host=192.168.88.27 ansible_ssh_port=22

0 comments on commit 2e3df37

Please sign in to comment.