summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-01 12:13:51 +0300
committerLars Wirzenius <liw@liw.fi>2023-04-01 12:13:51 +0300
commitabc44fcd20d895c0da463000db17c713e315695a (patch)
tree4ff47288f111c42db82a77df96f91f02619792f2
parent78b9846854dca69e773c139ec8cf9a22911d58b8 (diff)
downloadansibleness-abc44fcd20d895c0da463000db17c713e315695a.tar.gz
exolobe1: update packages to install to match solace, add riot
Sponsored-by: author
-rw-r--r--ansible/exolobe1.yml46
1 files changed, 46 insertions, 0 deletions
diff --git a/ansible/exolobe1.yml b/ansible/exolobe1.yml
index bf2fb64..93338fe 100644
--- a/ansible/exolobe1.yml
+++ b/ansible/exolobe1.yml
@@ -20,6 +20,7 @@
- role: unix_users
- role: liw
- role: rust-rustup
+ - role: riot-host
tasks:
# Remove ping to force it be reinstalled so that the right
@@ -30,18 +31,54 @@
- apt:
name:
+ - black
- build-essential
+ - cachedir
+ - capnproto
+ - clang
+ - daemonize
+ - debhelper
+ - dh-cargo
+ - expect
- extrautils
- fio
- firmware-misc-nonfree
+ - fling
+ - gimp
+ - graphviz
+ - inkscape
- iputils-ping
+ - isync
- jq
- jt
+ - libclang-dev
+ - librsvg2-bin
+ - libsqlite3-dev
+ - libssl-dev
+ - libvirt-dev
+ - linux-perf
- liw-automation
+ - llvm
+ - lmodern
+ - nettle-dev
+ - nfs-common
+ - obnam
+ - obnam-benchmark
+ - openpgp-ca
+ - pandoc
+ - pandoc-citeproc
- pandoc-filter-diagram
- pavucontrol
+ - pkg-config
+ - plantuml
+ - printer-driver-ptouch
- python3
+ - python3-requests
+ - qemu-user-static
+ - sequoia-chameleon-gnupg
- shellcheck
+ - sq-liw
+ - sqlite3
- sshca
- subplot
- summain
@@ -50,7 +87,16 @@
- texlive-latex-extra
- texlive-latex-recommended
- texlive-plain-generic
+ - unicode
- usbutils
+ - uuid
+ - validns
+ - vlc
+ - vobcopy
+ - vmdb2
+ - xpdf
+ - zerofree
+
- name: install command line utilities
apt: