Browse Source

playbooks/matrix-synapse: increase VM size

Increase size to 20GB, needed for federation database and media.
python3
Zolfa 3 years ago
parent
commit
7c8cdbc0e7
Signed by: zolfa GPG Key ID: E1A43B038C4D6616
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      host_matrix.yaml

+ 1
- 1
host_matrix.yaml View File

@ -2,7 +2,7 @@
- import_playbook: 'prepare_lxc_guest.yaml'
vars:
host: 'matrix'
vm_size: '10G'
vm_size: '20G'
- hosts: 'matrix'
vars:


Loading…
Cancel
Save