🏗️」 wip(p2): working Vagrantfile

This commit is contained in:
2025-08-27 20:25:30 +02:00
parent 591e502227
commit c67039d193
4 changed files with 53 additions and 0 deletions

3
p2/setup-hostfile.sh Normal file
View File

@ -0,0 +1,3 @@
echo "192.168.56.110 app1.com" | sudo tee -a "/etc/hosts"
echo "192.168.56.110 app2.com" | sudo tee -a "/etc/hosts"
echo "192.168.56.110 app3.com" | sudo tee -a "/etc/hosts"