Implement VM configuration and deploy the images.

This commit is contained in:
Andreas B. Mundt 2023-01-31 21:18:24 +01:00
parent 396a91fb40
commit 18928f2818
14 changed files with 315 additions and 9 deletions

View file

@ -0,0 +1,3 @@
export http_proxy='http://firewall:3128'
export https_proxy=$http_proxy
export ftp_proxy=$http_proxy