It's a simple configuration for alpine3.17 using Vagrant and Ansible.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
KKlochko 5d5f28eb35
Added a basic template for the alpine3.17 VM.
2 years ago
README.org Added a basic template for the alpine3.17 VM. 2 years ago
Vagrantfile Added a basic template for the alpine3.17 VM. 2 years ago
main_playbook.yaml Added a basic template for the alpine3.17 VM. 2 years ago
shell.nix Added a basic template for the alpine3.17 VM. 2 years ago

README.org

alpine317-template

It's a simple configuration for alpine3.17 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:

  nix-shell
  vagrant up
  vagrant ssh

To close:

  logout
  vagrant halt

To remove VM:

  vagrant destroy