summaryrefslogtreecommitdiff
path: root/ansible/radicle-test.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-11-08 09:45:06 +0200
committerLars Wirzenius <liw@liw.fi>2023-11-08 09:45:06 +0200
commite2b7fa788a0c95d118b7e0b204471c8d413582ec (patch)
tree117b515f972cc7824b4f2eadbbd2bc5ac5a87f03 /ansible/radicle-test.yml
parent40cee892d879566d5607d196e75b8b624a33401a (diff)
downloadansibleness-e2b7fa788a0c95d118b7e0b204471c8d413582ec.tar.gz
radicle-test: allow ulimit -n up to 4000c
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
Diffstat (limited to 'ansible/radicle-test.yml')
-rw-r--r--ansible/radicle-test.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/ansible/radicle-test.yml b/ansible/radicle-test.yml
index 76c5fd3..2c837e5 100644
--- a/ansible/radicle-test.yml
+++ b/ansible/radicle-test.yml
@@ -16,12 +16,20 @@
- rsync
- screen
+ - shell: |
+ chown -R liw:liw /home/liw
+
- git:
repo: https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git
dest: /home/liw/heartwood
- shell: |
- chown -R liw:liw /home/liw/heartwood
+ chown -R liw:liw /home/liw
+
+ - copy:
+ content: |
+ * hard nofile 4000
+ dest: /etc/security/limits.d/nofile.conf
vars:
ansible_python_interpreter: /usr/bin/python3