summaryrefslogtreecommitdiff
path: root/ansible/v-i-dev.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-10-05 10:57:39 +0300
committerLars Wirzenius <liw@liw.fi>2023-10-05 10:57:39 +0300
commit1de82e10554e43da244cb60c6dbf310d455e9ff2 (patch)
treec654a492ee45e42177c1dac1414844835aa3dafa /ansible/v-i-dev.yml
parentaf67f7512d40c3a3b7e242e4d7e1f72c5bfeeedb (diff)
downloadansibleness-1de82e10554e43da244cb60c6dbf310d455e9ff2.tar.gz
upgrade v-i-dev, vmadm-dev to bookworm
Sponsored-by: author
Diffstat (limited to 'ansible/v-i-dev.yml')
-rw-r--r--ansible/v-i-dev.yml15
1 files changed, 7 insertions, 8 deletions
diff --git a/ansible/v-i-dev.yml b/ansible/v-i-dev.yml
index b0f8a11..d092a07 100644
--- a/ansible/v-i-dev.yml
+++ b/ansible/v-i-dev.yml
@@ -16,6 +16,9 @@
tags: [liw]
tasks:
- apt:
+ name: ca-certificates-java
+ default_release: bookworm-backports
+ - apt:
name:
- ansible
- build-essential
@@ -25,12 +28,10 @@
- graphviz
- kpartx
- librsvg2-bin
- - lmodern
- lvm2
- moreutils
- ovmf
- pandoc
- - pandoc-citeproc
- parted
- plantuml
- python3
@@ -40,18 +41,14 @@
- 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
@@ -64,6 +61,8 @@
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://deb.debian.org/debian bookworm-backports main contrib non-free
sshd_version: 1
sshd_allow_authorized_keys: yes