diff --git a/inventory_vbox.yml b/inventory_vbox.yml new file mode 100644 index 0000000..f29a025 --- /dev/null +++ b/inventory_vbox.yml @@ -0,0 +1,10 @@ +plugin: community.general.virtualbox +all: + children: + VirtualBox: + hosts: + Gaming: + ansible_host: 192.168.1.13 + ansible_connection: ssh + ansible_user: jeet + ansible_shell_type: cmd \ No newline at end of file diff --git a/vbox_inventory.yml b/vbox_inventory.yml deleted file mode 100644 index 9fd457a..0000000 --- a/vbox_inventory.yml +++ /dev/null @@ -1 +0,0 @@ -plugin: community.general.virtualbox \ No newline at end of file