summaryrefslogtreecommitdiff
path: root/ansible/v-i-dev.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/v-i-dev.yml')
-rw-r--r--ansible/v-i-dev.yml22
1 files changed, 12 insertions, 10 deletions
diff --git a/ansible/v-i-dev.yml b/ansible/v-i-dev.yml
index c9eadec..413f780 100644
--- a/ansible/v-i-dev.yml
+++ b/ansible/v-i-dev.yml
@@ -16,39 +16,39 @@
tags: [liw]
tasks:
- apt:
+ name: ca-certificates-java
+ default_release: bookworm-backports
+ - apt:
name:
- ansible
- build-essential
- cryptsetup
- dosfstools
+ - expect
- graphviz
- kpartx
- librsvg2-bin
- - lmodern
- lvm2
- moreutils
+ - ovmf
- pandoc
- - pandoc-citeproc
- parted
- plantuml
- python3
- python3
- python3-requests
- python3-yaml
+ - qemu-system-x86
- qemu-utils
- subplot
- - texlive-fonts-recommended
- - texlive-latex-base
- - texlive-latex-recommended
- - texlive-plain-generic
- vmdb2
- zerofree
vars:
ansible_python_interpreter: python3
sane_debian_system_version: 2
- sane_debian_system_hostname: v-i-dev
- sane_debian_system_codename: bullseye
+ sane_debian_system_hostname: "{{ inventory_hostname }}"
+ sane_debian_system_codename: bookworm
timezone: Europe/Helsinki
@@ -59,8 +59,10 @@
sudo: yes
sane_debian_system_sources_lists:
- - repo: deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main
- signing_key: "{{ ci_prod_signing_key }}"
+ - repo: deb http://apt.liw.fi/debian unstable main
+ signing_key: "{{ apt_liw_fi_signing_key }}"
+ - repo: |
+ deb http://deb.debian.org/debian bookworm-backports main contrib non-free
sshd_version: 1
sshd_allow_authorized_keys: yes