Implement VM configuration and deploy the images.
This commit is contained in:
parent
396a91fb40
commit
18928f2818
14 changed files with 315 additions and 9 deletions
3
roles/lmn_vm/files/lmn-proxy.sh
Executable file
3
roles/lmn_vm/files/lmn-proxy.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
export http_proxy='http://firewall:3128'
|
||||
export https_proxy=$http_proxy
|
||||
export ftp_proxy=$http_proxy
|
Loading…
Add table
Add a link
Reference in a new issue