summaryrefslogtreecommitdiff
path: root/ansible/radicle-dev.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/radicle-dev.yml')
-rw-r--r--ansible/radicle-dev.yml27
1 files changed, 21 insertions, 6 deletions
diff --git a/ansible/radicle-dev.yml b/ansible/radicle-dev.yml
index 09a3bb2..4a578ca 100644
--- a/ansible/radicle-dev.yml
+++ b/ansible/radicle-dev.yml
@@ -4,7 +4,7 @@
roles:
- role: sane_debian_system
- role: sshd
-# - role: comfortable-debian-system
+ - role: comfortable-debian-system
- role: unix_users
- role: rust-rustup
- role: liw
@@ -12,18 +12,29 @@
- name: "install important additional packages"
apt:
name:
-# - asciidoctor
+ - asciidoctor
- build-essential
- curl
- git
+ - llvm
+ - musl-tools
+ - netcat-openbsd
+ - podman
+ - radicle
- rsync
- screen
+ - man-db
- moreutils
+ - time
- tree
-# - debhelper
-# - lintian
-# - python3
-# - ripgrep
+ - vim
+ - name: "make /bin/sh be bash"
+ shell: |
+ ln -nsf /bin/bash /bin/sh
+ - copy:
+ dest: /etc/containers/registries.conf.d/unqualified.conf
+ content: |
+ unqualified-search-registries = ["docker.io"]
vars:
ansible_python_interpreter: /usr/bin/python3
@@ -35,10 +46,14 @@
- repo: |
deb http://security.debian.org/debian-security bookworm-security main contrib non-free
+ - repo: deb http://apt.liw.fi/debian unstable main
+ signing_key: "{{ apt_liw_fi_signing_key }}"
+
unix_users_version: 2
unix_users:
- username: liw
comment: Lars Wirzenius
+ sudo: true
sshd_version: 1