- hosts: obnam-dev remote_user: debian become: yes roles: - role: sane_debian_system - role: sshd - role: comfortable-debian-system - role: version-controller - role: unix_users - role: rust-rustup - role: liw tasks: - apt: name: - build-essential - daemonize - debhelper - git - jq - libsqlite3-dev - libssl-dev - moreutils - pkg-config - python3 - python3-requests - python3-yaml - shellcheck - strace - subplot - summain - sysctl: name: kernel.perf_event_paranoid value: "0" state: present sysctl_set: yes vars: ansible_python_interpreter: /usr/bin/python3 sane_debian_system_version: 2 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://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