summaryrefslogtreecommitdiff
path: root/ansible/solace.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-07-11 10:41:52 +0300
committerLars Wirzenius <liw@liw.fi>2023-07-11 10:41:52 +0300
commite4419a4da311cf6e6f837529cbfed9f1a9ee061a (patch)
tree3c003161e7ce43bd394220403f62257205f6941a /ansible/solace.yml
parent4948cd42d07fb9c134000b6868e29d5a94c2803f (diff)
downloadansibleness-e4419a4da311cf6e6f837529cbfed9f1a9ee061a.tar.gz
solace: install stuff to run vmdb2 test suite
Sponsored-by: author
Diffstat (limited to 'ansible/solace.yml')
-rw-r--r--ansible/solace.yml34
1 files changed, 34 insertions, 0 deletions
diff --git a/ansible/solace.yml b/ansible/solace.yml
index 2436b11..bb79d25 100644
--- a/ansible/solace.yml
+++ b/ansible/solace.yml
@@ -33,6 +33,40 @@
- rsync
- vim
+ - apt:
+ name:
+ - ansible
+ - build-essential
+ - cmdtest
+ - cryptsetup
+ - debhelper
+ - debian-ports-archive-keyring
+ - debootstrap
+ - dosfstools
+ - expect
+ - fonts-freefont-ttf
+ - kpartx
+ - lvm2
+ - moreutils
+ - ovmf
+ - pandoc
+ - parted
+ - python3-all
+ - python3-cliapp
+ - python3-coverage-test-runner
+ - python3-jinja2
+ - python3-yaml
+ - qemu-system-arm
+ - qemu-system-ppc
+ - qemu-system-x86
+ - qemu-user-static
+ - qemu-utils
+ - subplot
+ - texlive-fonts-recommended
+ - texlive-latex-base
+ - texlive-latex-recommended
+ - zerofree
+
vars:
ansible_python_interpreter: /usr/bin/python3