From 6a117991af3ebbe49e72e37373e089df87148e2d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 13 Feb 2024 18:28:00 +0200 Subject: testseed.liw.fi: various fixes, many Signed-off-by: Lars Wirzenius Sponsored-by: author --- ansible/testseed.liw.fi | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'ansible') diff --git a/ansible/testseed.liw.fi b/ansible/testseed.liw.fi index cc931fe..d3b6aee 100644 --- a/ansible/testseed.liw.fi +++ b/ansible/testseed.liw.fi @@ -5,16 +5,15 @@ - role: sane_debian_system - role: sshd - role: unix_users + - role: rust-rustup - role: radicle_node tasks: - - name: "install important additional packages" + - name: "install convenience packages" apt: name: - - caddy + - jq - moreutils - psmisc - - radicle-ci-broker - - radicle-native-ci vars: ansible_python_interpreter: /usr/bin/python3 @@ -45,3 +44,7 @@ radicle_node_repositories: - rid: "rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5" - rid: "rad:zZnk3hS8C3WAhnv7mWcCUToCqpBs" + radicle_node_domain_name: testseed.liw.fi + radicle_node_ci_domain_name: ci.testseed.liw.fi + + rust_rustup_user: _rad -- cgit v1.2.1