5d5f28eb35015e86c1bffed6f41238c6626d1176
alpine317-template
It's a simple configuration for alpine3.17 using Vagrant and Ansible.
Using
⚠ W️ARNING ⚠️ 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:
nix-shell
vagrant up
vagrant ssh
To close:
logout
vagrant halt
To remove VM:
vagrant destroy
Languages
Nix
100%