mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-12-25 10:10:25 +00:00
Switch from s3fs to Goofys
Improves performance of media store operations.
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
- docker-python
|
||||
- firewalld
|
||||
- ntp
|
||||
- fuse
|
||||
when: ansible_distribution == 'CentOS'
|
||||
|
||||
- name: Ensure APT usage dependencies are installed (Debian)
|
||||
@@ -60,6 +61,7 @@
|
||||
- docker-ce
|
||||
- python-docker
|
||||
- ntp
|
||||
- fuse
|
||||
when: ansible_os_family == 'Debian'
|
||||
|
||||
- name: Ensure firewalld is started and autoruns
|
||||
|
||||
Reference in New Issue
Block a user