Intial Commit

This commit is contained in:
madereddy
2024-12-09 16:33:22 +00:00
commit a79ab09fc7
19 changed files with 972 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
- name: Build OCI Stack
hosts: VirtualBox
tasks:
- name: Start Virtual Box Deployment
win_shell: multipass launch 23.04 --bridged
ignore_errors: yes