summaryrefslogtreecommitdiff
path: root/ansible
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-03-03 18:29:47 +0200
committerLars Wirzenius <liw@liw.fi>2024-03-03 18:29:47 +0200
commit577e5aed8ae619ade3d6fca31675ad016191964c (patch)
treefcd85d4b0a922fe2bb32de9421ed349f17bdd3eb /ansible
parent6bf44b89f718de990b0e64ced58d2220a83c685c (diff)
downloadansibleness-577e5aed8ae619ade3d6fca31675ad016191964c.tar.gz
obnam-dev: refresh
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
Diffstat (limited to 'ansible')
-rw-r--r--ansible/obnam-dev.yml16
1 files changed, 2 insertions, 14 deletions
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