[vagrant,inventory] add new ubuntu server machine for next step in book

This commit is contained in:
bronsen 2025-03-03 22:54:37 +01:00
parent 9ed52d9764
commit d71f081a95
2 changed files with 23 additions and 0 deletions

View file

@ -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