summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-04-19 17:17:22 +0300
committerLars Wirzenius <liw@liw.fi>2024-04-19 17:17:22 +0300
commit8dd85d256108081de0d55b3cbf117d2e606e1bb3 (patch)
tree43d7224e22a9544cd664e2c8ccb1f0487a6ce71e
parent56f4fe7f7afad7e09482dc1707711379797759a3 (diff)
downloadansibleness-8dd85d256108081de0d55b3cbf117d2e606e1bb3.tar.gz
radicle-dev: configure for reprodubility patcht test
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--ansible/radicle-dev.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/ansible/radicle-dev.yml b/ansible/radicle-dev.yml
index f8d3c4d..db72f23 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
@@ -16,13 +16,22 @@
- build-essential
- curl
- git
+ - llvm
- podman
- rsync
- screen
- man-db
- moreutils
+ - time
- tree
- 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