From b8af72b1b03964618a219fbd7706a82dedfc70d1 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 14 Feb 2024 19:31:51 +0200 Subject: radicle-multi: set up to install Radicle from .deb, not source Signed-off-by: Lars Wirzenius Sponsored-by: author --- ansible/radicle-multi.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'ansible') diff --git a/ansible/radicle-multi.yml b/ansible/radicle-multi.yml index 6b695c9..96f3102 100644 --- a/ansible/radicle-multi.yml +++ b/ansible/radicle-multi.yml @@ -6,7 +6,6 @@ - role: sshd - role: comfortable-debian-system - role: unix_users - - role: rust-rustup - role: liw tasks: - name: "disable access to seed.radicle.garden in DNS" @@ -24,9 +23,9 @@ - name: "install important additional packages" apt: name: + - curl - moreutils - - nmap - - ripgrep + - radicle vars: ansible_python_interpreter: /usr/bin/python3 @@ -37,6 +36,8 @@ sane_debian_system_sources_lists: - repo: | deb http://security.debian.org/debian-security bookworm-security main contrib non-free + - repo: deb http://apt.liw.fi/debian unstable main + signing_key: "{{ apt_liw_fi_signing_key }}" unix_users_version: 2 unix_users: @@ -45,6 +46,3 @@ sudo: yes sshd_version: 1 - - rustup_cargo_install: | - starship -- cgit v1.2.1