summaryrefslogtreecommitdiff
path: root/ansible/subplot-dev.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/subplot-dev.yml')
-rw-r--r--ansible/subplot-dev.yml30
1 files changed, 9 insertions, 21 deletions
diff --git a/ansible/subplot-dev.yml b/ansible/subplot-dev.yml
index 71741e7..0ad4ae6 100644
--- a/ansible/subplot-dev.yml
+++ b/ansible/subplot-dev.yml
@@ -3,49 +3,38 @@
become: yes
roles:
- role: sane_debian_system
- tags: [sane]
- role: sshd
- tags: [sshd]
- role: comfortable-debian-system
- tags: [comfy]
- role: unix_users
- tags: [users]
- role: rust-rustup
- tags: [rustup]
- role: liw
- tags: [liw]
tasks:
- apt:
+ name: ca-certificates-java
+ default_release: bookworm-backports
+ - apt:
name:
- build-essential
- daemonize
- debhelper
- - dh-cargo
- graphviz
- librsvg2-bin
- - lmodern
- - pandoc
- - pandoc-citeproc
- plantuml
- python3
- python3-requests
- - texlive-fonts-recommended
- - texlive-latex-base
- - texlive-latex-recommended
- - texlive-plain-generic
+ - tidy
vars:
ansible_python_interpreter: /usr/bin/python3
sane_debian_system_version: 2
- sane_debian_system_hostname: subplot-dev
- sane_debian_system_codename: bullseye
+ sane_debian_system_hostname: "{{ inventory_hostname }}"
+ sane_debian_system_codename: bookworm
sane_debian_system_timezone: Europe/Helsinki
sane_debian_system_sources_lists:
- repo: |
- deb http://security.debian.org/debian-security bullseye-security main contrib non-free
-
- - repo: deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main
- signing_key: "{{ ci_prod_signing_key }}"
+ deb http://security.debian.org/debian-security bookworm-security main contrib non-free
+ - repo: |
+ deb http://deb.debian.org/debian bookworm-backports main contrib non-free
unix_users_version: 2
unix_users:
@@ -53,4 +42,3 @@
comment: Lars Wirzenius
sshd_version: 1
- sshd_allow_authorized_keys: yes