Added basic template for teh debian11 VM.

This commit is contained in:
2023-05-16 09:52:47 +03:00
commit d0cb4a0647
4 changed files with 83 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
* debian11-template
It's a simple configuration for debian11 using Vagrant and Ansible.
* Using
⚠ WARNING ⚠️
Setup virt-manager, QEMU and libvirt for using configuration.
I'm using nix-shell for running vagrant and ansible.
You can just install them to your host or install nix for using nix-shell.
Open a shell in the repository folder.
Run to open the VM:
#+BEGIN_SRC shell
nix-shell
vagrant up
vagrant ssh
#+END_SRC
To close:
#+BEGIN_SRC shell
logout
vagrant halt
#+END_SRC
To remove VM:
#+BEGIN_SRC shell
vagrant destroy
#+END_SRC