summaryrefslogtreecommitdiff
path: root/ansible/radicle-dev.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-09-04 14:18:17 +0300
committerLars Wirzenius <liw@liw.fi>2023-09-04 14:18:17 +0300
commit334f706a2903a24cb3a25413d5f7bfc89e2b7591 (patch)
tree55423ec501ad639ac4eeeccc10f7ed796c60089d /ansible/radicle-dev.yml
parentea5f81bd5a0c658ba8ccdda13cc08896f4b471e7 (diff)
downloadansibleness-334f706a2903a24cb3a25413d5f7bfc89e2b7591.tar.gz
radicle-dev: install ripgrep, starship, ytop
Sponsored-by: author
Diffstat (limited to 'ansible/radicle-dev.yml')
-rw-r--r--ansible/radicle-dev.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/ansible/radicle-dev.yml b/ansible/radicle-dev.yml
index a3fba63..e38287e 100644
--- a/ansible/radicle-dev.yml
+++ b/ansible/radicle-dev.yml
@@ -15,6 +15,7 @@
- debhelper
- dh-cargo
- python3
+ - ripgrep
vars:
ansible_python_interpreter: /usr/bin/python3
@@ -38,3 +39,7 @@
sshd_host_key: "{{ lookup('pipe', 'sshca host private-key radicle-dev') }}"
sshd_host_cert: "{{ lookup('pipe', 'sshca host certify --ca liw.fi/ca/host/v5 radicle-dev') }}"
sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v5') }}"
+
+ rustup_cargo_install: |
+ starship \
+ ytop