[vagrant,inventory] add new ubuntu server machine for next step in book
This commit is contained in:
parent
9ed52d9764
commit
d71f081a95
2 changed files with 23 additions and 0 deletions
|
|
@ -31,3 +31,9 @@ debian:
|
|||
deb:
|
||||
ansible_host: 127.0.0.1
|
||||
ansible_ssh_port: 2202
|
||||
|
||||
ubuntu:
|
||||
hosts:
|
||||
ubu:
|
||||
ansible_host: "127.0.0.1"
|
||||
ansible_ssh_port: 2203
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue