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 0a73d3c commit 600c554Copy full SHA for 600c554
Vagrantfile
@@ -4,7 +4,7 @@
4
Vagrant.configure('2') do |config|
5
config.vm.define 'anxs' do |c|
6
c.vm.box = 'ubuntu/trusty64'
7
- c.vm.network :private_network, ip: '192.168.88.9'
+ c.vm.network :private_network, ip: '192.168.88.10'
8
c.vm.hostname = 'anxs.local'
9
c.vm.provision 'ansible' do |ansible|
10
ansible.playbook = 'test.yml'
vagrant-inventory
@@ -1,2 +1,2 @@
1
[anxs]
2
-anxs.local ansible_ssh_host=192.168.88.9 ansible_ssh_port=22
+anxs.local ansible_ssh_host=192.168.88.10 ansible_ssh_port=22
0 commit comments