[stream] Create HLS in tmpfs

certbot_on_virtu
Alexandre Iooss 2020-08-27 16:01:11 +02:00
parent 2986420ab3
commit 5a2b990799
1 changed files with 5 additions and 0 deletions

View File

@ -52,3 +52,8 @@
src: /usr/share/javascript
dest: /var/www/stream/lib
state: link
- name: Configure tmpfs
lineinfile:
path: /etc/fstab
line: tmpfs /var/www/stream/hls tmpfs rw,noexec,nodev,nosuid 0 0