summaryrefslogtreecommitdiff
path: root/ansible/rust-dev.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/rust-dev.yml')
-rw-r--r--ansible/rust-dev.yml21
1 files changed, 7 insertions, 14 deletions
diff --git a/ansible/rust-dev.yml b/ansible/rust-dev.yml
index 23d9ba5..73ce706 100644
--- a/ansible/rust-dev.yml
+++ b/ansible/rust-dev.yml
@@ -3,29 +3,23 @@
become: yes
roles:
- role: sane_debian_system
- tags: [sane]
- role: sshd
- tags: [sshd]
- - role: comfortable-debian-system
- tags: [comfy]
- role: unix_users
- tags: [users]
- role: version-controller
- tags: [vacs]
- - role: liw
- tags: [liw]
- - role: rust-rustup
- tags: [rustup]
tasks:
- apt:
name:
- build-essential
+ - curl
+ - musl
+ - musl-dev
+ - musl-tools
vars:
ansible_python_interpreter: python3
sane_debian_system_version: 2
sane_debian_system_hostname: rust-dev
- sane_debian_system_codename: bullseye
+ sane_debian_system_codename: bookworm
timezone: Europe/Helsinki
@@ -35,8 +29,7 @@
comment: Lars Wirzenius
sane_debian_system_sources_lists:
- - repo: deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main
- signing_key: "{{ ci_prod_signing_key }}"
+ - repo: deb http://apt.liw.fi/debian unstable main
+ signing_key: "{{ apt_liw_fi_signing_key }}"
sshd_version: 1
- sshd_allow_authorized_keys: yes