summaryrefslogtreecommitdiff
path: root/ansible/obnam-dev.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/obnam-dev.yml')
-rw-r--r--ansible/obnam-dev.yml22
1 files changed, 5 insertions, 17 deletions
diff --git a/ansible/obnam-dev.yml b/ansible/obnam-dev.yml
index 332d3cb..e4c08c1 100644
--- a/ansible/obnam-dev.yml
+++ b/ansible/obnam-dev.yml
@@ -3,31 +3,22 @@
become: yes
roles:
- role: sane_debian_system
- tags: [sane]
- role: sshd
- tags: [sshd]
- role: comfortable-debian-system
- tags: [comfy]
- role: version-controller
- tags: [vcs]
- role: unix_users
- tags: [users]
- role: rust-rustup
- tags: [rustup]
- role: liw
- tags: [liw]
tasks:
- apt:
name:
- build-essential
- daemonize
- debhelper
- - dh-cargo
- git
- jq
- libsqlite3-dev
- libssl-dev
-# - linux-perf
- moreutils
- pkg-config
- python3
@@ -37,9 +28,6 @@
- strace
- subplot
- summain
- - texlive-fonts-recommended
- - texlive-latex-base
- - texlive-latex-recommended
- sysctl:
name: kernel.perf_event_paranoid
value: "0"
@@ -49,22 +37,22 @@
ansible_python_interpreter: /usr/bin/python3
sane_debian_system_version: 2
- sane_debian_system_hostname: obnam-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 buster/updates main
- - 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 }}"
unix_users_version: 2
unix_users:
- username: liw
comment: Lars Wirzenius
+
rustup_cargo_install: |
flamegraph
sshd_version: 1
- sshd_allow_authorized_keys: yes