summaryrefslogtreecommitdiff
path: root/ansible
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-02-13 13:50:54 +0200
committerLars Wirzenius <liw@liw.fi>2024-02-13 13:50:54 +0200
commit263f358a492a13fdc5278aa99cd3cc158ad96f8e (patch)
tree46e4c554b8d1bf11ec7a6e00447bc6c647c6fba0 /ansible
parent09432599d4b39c4de7e23c54373222f3ea3dc369 (diff)
downloadansibleness-263f358a492a13fdc5278aa99cd3cc158ad96f8e.tar.gz
rust-dev: set up for trying out something
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
Diffstat (limited to 'ansible')
-rw-r--r--ansible/rust-dev.yml (renamed from ansible/maybe-someday/rust-dev.yml)21
1 files changed, 7 insertions, 14 deletions
diff --git a/ansible/maybe-someday/rust-dev.yml b/ansible/rust-dev.yml
index 23d9ba5..73ce706 100644
--- a/ansible/maybe-someday/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