Merge pull request #10548 from mykaul/patch-1
ansible_ssh_host in the example is deprecated
This commit is contained in:
commit
07a5190676
|
@ -227,8 +227,8 @@ You need to create a static `inventory` file that corresponds to your `Vagrantfi
|
||||||
|
|
||||||
```
|
```
|
||||||
controller ansible_connection=local
|
controller ansible_connection=local
|
||||||
node1 ansible_ssh_host=172.17.177.21 ansible_ssh_private_key_file=/vagrant/.vagrant/machines/node1/virtualbox/private_key
|
node1 ansible_host=172.17.177.21 ansible_ssh_private_key_file=/vagrant/.vagrant/machines/node1/virtualbox/private_key
|
||||||
node2 ansible_ssh_host=172.17.177.22 ansible_ssh_private_key_file=/vagrant/.vagrant/machines/node2/virtualbox/private_key
|
node2 ansible_host=172.17.177.22 ansible_ssh_private_key_file=/vagrant/.vagrant/machines/node2/virtualbox/private_key
|
||||||
|
|
||||||
[nodes]
|
[nodes]
|
||||||
node[1:2]
|
node[1:2]
|
||||||
|
|
Loading…
Reference in New Issue