From 1bccff65144451f0362e1a44220a38f532d4f3d2 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 16 Feb 2024 14:48:39 +0200 Subject: radicle-dev: adapt for running heartwood tests Signed-off-by: Lars Wirzenius Sponsored-by: author --- ansible/radicle-dev.yml | 7 +++++-- ansible/radicle.liw.fi.yml | 1 + ansible/seed.liw.fi.yml | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'ansible') diff --git a/ansible/radicle-dev.yml b/ansible/radicle-dev.yml index 860f231..61cde38 100644 --- a/ansible/radicle-dev.yml +++ b/ansible/radicle-dev.yml @@ -6,8 +6,8 @@ - role: sshd # - role: comfortable-debian-system - role: unix_users -# - role: rust-rustup -# - role: liw + - role: rust-rustup + - role: liw tasks: - name: "install important additional packages" apt: @@ -16,6 +16,9 @@ - build-essential - curl - git + - rsync + - screen + - moreutils # - debhelper # - dh-cargo # - lintian diff --git a/ansible/radicle.liw.fi.yml b/ansible/radicle.liw.fi.yml index 537a0fa..9221a24 100644 --- a/ansible/radicle.liw.fi.yml +++ b/ansible/radicle.liw.fi.yml @@ -65,6 +65,7 @@ radicle_node_domain_name: radicle.liw.fi radicle_node_ci_domain_name: ci.radicle.liw.fi radicle_node_ci_broker_config: | + status_page: /srv/http/status.json default_adapter: native adapters: native: diff --git a/ansible/seed.liw.fi.yml b/ansible/seed.liw.fi.yml index 3057796..6ffd84f 100644 --- a/ansible/seed.liw.fi.yml +++ b/ansible/seed.liw.fi.yml @@ -47,6 +47,7 @@ radicle_node_domain_name: seed.liw.fi radicle_node_ci_domain_name: ci.seed.liw.fi radicle_node_ci_broker_config: | + status_page: /srv/http/status.json default_adapter: native adapters: native: -- cgit v1.2.1