Files
debian11-template/README.org
T

30 lines
562 B
Org Mode
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
* 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