summaryrefslogtreecommitdiff
path: root/ansible/vmadm-dev.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/vmadm-dev.yml')
-rw-r--r--ansible/vmadm-dev.yml19
1 files changed, 12 insertions, 7 deletions
diff --git a/ansible/vmadm-dev.yml b/ansible/vmadm-dev.yml
index 2f5aaa5..f103382 100644
--- a/ansible/vmadm-dev.yml
+++ b/ansible/vmadm-dev.yml
@@ -18,12 +18,17 @@
tags: [liw]
tasks:
- apt:
+ name: ca-certificates-java
+ default_release: bookworm-backports
+ - apt:
name:
- build-essential
+ - libclang-dev
- curl
- libvirt-dev
- moreutils
- plantuml
+ - python3-coverage-test-runner
- python3-libvirt
- python3-lxml
- python3-yaml
@@ -38,12 +43,10 @@
group: liw
mode: 0644
- virt_net:
+ xml: /usr/share/libvirt/networks/default.xml
name: default
+ command: define
autostart: yes
- - virt_net:
- name: default
- command: start
- state: active
- user:
name: liw
groups:
@@ -53,10 +56,12 @@
sane_debian_system_version: 2
sane_debian_system_hostname: vmadm-dev
- sane_debian_system_codename: bullseye
+ sane_debian_system_codename: bookworm
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
timezone: Europe/Helsinki