From 577e5aed8ae619ade3d6fca31675ad016191964c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 3 Mar 2024 18:29:47 +0200 Subject: obnam-dev: refresh Signed-off-by: Lars Wirzenius Sponsored-by: author --- ansible/obnam-dev.yml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'ansible') diff --git a/ansible/obnam-dev.yml b/ansible/obnam-dev.yml index 9656810..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" @@ -56,15 +44,15 @@ - repo: | deb http://security.debian.org/debian-security buster/updates main - - repo: deb http://apt.liw.fi/debian unstable-ci main + - 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 -- cgit v1.2.1