mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-17 14:04:24 +02:00
Optimized swapfile config
This commit is contained in:
parent
c99def5724
commit
253b088cdb
@ -1,3 +1,3 @@
|
||||
flavor: "fresh" # Libre Office flavor, fresh for new, still for stable
|
||||
languages:
|
||||
languages:
|
||||
- "{{ HOST_LL_CC | lower | replace('_', '-') }}" # Use system default
|
1
roles/svc-opt-swapfile/config/main.yml
Normal file
1
roles/svc-opt-swapfile/config/main.yml
Normal file
@ -0,0 +1 @@
|
||||
swapfile_size: 4GB
|
@ -1 +1,2 @@
|
||||
application_id: svc-opt-swapfile
|
||||
application_id: "svc-opt-swapfile"
|
||||
swapfile_size: "{{ applications | get_app_conf(application_id, 'swapfile_size') }}"
|
Loading…
x
Reference in New Issue
Block a user