summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-04-12 12:03:31 +0300
committerLars Wirzenius <liw@liw.fi>2024-04-12 12:03:31 +0300
commit11aa357efda039a1410323841a0b9cbe52bd6018 (patch)
treecd425dc2c419d028cff9e44e7ec25b9dc4046399
parentfdcdb66ea131c8fe789b88a5decc746bc761b4dd (diff)
downloadansibleness-11aa357efda039a1410323841a0b9cbe52bd6018.tar.gz
tursas: zram
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--ansible/tursas.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/ansible/tursas.yml b/ansible/tursas.yml
index c5e93a3..ed2d34c 100644
--- a/ansible/tursas.yml
+++ b/ansible/tursas.yml
@@ -95,6 +95,7 @@
- strace
- subplot
- summain
+ - systemd-zram-generator
- texlive-fonts-recommended
- texlive-latex-extra
- texlive-latex-recommended
@@ -106,6 +107,7 @@
- uuid
- validns
- vim
+ - virt-manager
- vlc
- vmdb2
- vobcopy
@@ -116,6 +118,7 @@
- zerofree
- zip
- zoxide
+ - zram-tools
# - expect
# - gimp
@@ -128,6 +131,13 @@
# - nethogs
# - parted-doc
+ - name: "configure zram"
+ copy:
+ content: |
+ ALGO=zstd
+ PERCENT=50
+ dest: /etc/default/zramswap
+
- name: configure dict
copy:
content: |