add migrant.sh dependencies

This commit is contained in:
Pig Monkey 2026-03-26 17:55:16 -07:00
parent abd2882879
commit 56011ace8d
3 changed files with 25 additions and 0 deletions

View file

@ -62,6 +62,7 @@
- { role: dictd, tags: ['dictd'] }
- { role: redshift, tags: ['redshift'] }
- { role: transmission, tags: ['transmission'] }
- { role: libvirt, tags: ['libvirt'] }
- { role: virtualbox, tags: ['virtualbox'] }
- { role: virtualenv, tags: ['virtualenv'] }
- { role: backitup, tags: ['backitup'] }

View file

@ -44,6 +44,13 @@
tags:
- lesspipe
- name: Install libisoburn
pacman:
name: libisoburn
state: present
tags:
- libisoburn
- name: Install pigz
pacman:
name: pigz

View file

@ -0,0 +1,17 @@
---
- name: Install libvirt
pacman:
name:
- libvirt
- virt-install
state: present
- name: Install qemu-base
pacman:
name: qemu-base
state: present
- name: Install dnsmasq
pacman:
name: dnsmasq
state: present