Pushing new ansible script for VirtualBox deployment

This commit is contained in:
2023-12-15 22:23:39 -05:00
parent 6e1d432314
commit f8c025863b
2 changed files with 15 additions and 6 deletions
+7
View File
@@ -0,0 +1,7 @@
- name: Build OCI Stack
hosts: VirtualBox
tasks:
- name: Start Virtual Box Deployment
ansible.builtin.command:
cmd: multipass launch 23.04 --bridged -n Test
ignore_errors: yes