summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ansible/radicle-dev.yml26
1 files changed, 14 insertions, 12 deletions
diff --git a/ansible/radicle-dev.yml b/ansible/radicle-dev.yml
index fed36c5..860f231 100644
--- a/ansible/radicle-dev.yml
+++ b/ansible/radicle-dev.yml
@@ -4,21 +4,23 @@
roles:
- role: sane_debian_system
- role: sshd
- - role: comfortable-debian-system
+# - role: comfortable-debian-system
- role: unix_users
- - role: rust-rustup
- - role: liw
+# - role: rust-rustup
+# - role: liw
tasks:
- name: "install important additional packages"
apt:
name:
- - asciidoctor
+# - asciidoctor
- build-essential
- - debhelper
- - dh-cargo
- - lintian
- - python3
- - ripgrep
+ - curl
+ - git
+# - debhelper
+# - dh-cargo
+# - lintian
+# - python3
+# - ripgrep
vars:
ansible_python_interpreter: /usr/bin/python3
@@ -37,6 +39,6 @@
sshd_version: 1
- rustup_cargo_install: |
- starship \
- zoxide
+ # rustup_cargo_install: |
+ # starship \
+ # zoxide