Add README
parent
a0da457159
commit
bdbd6a226a
@ -0,0 +1,28 @@
|
|||||||
|
```yml
|
||||||
|
- name: "Install peertube"
|
||||||
|
hosts: czynna1
|
||||||
|
vars:
|
||||||
|
domain: "video.strona-czynna.pl"
|
||||||
|
peertube_port: 9192
|
||||||
|
roles:
|
||||||
|
- role: peertube
|
||||||
|
tags: peertube
|
||||||
|
vars:
|
||||||
|
peertube_domain: "{{ domain }}"
|
||||||
|
peertube_secret: !vault |
|
||||||
|
$ANSIBLE_VAULT;1.1;AES256
|
||||||
|
02000900060265640062046202070800656000080062650505050064050505006607600209006204
|
||||||
|
0202060907600666006202046405050706046465620765020a646400650965046060646562626402
|
||||||
|
05096665080402600662086402640262640962000706650002640762600004080605040560026464
|
||||||
|
62056560000265660466000600090800660965000766620962060264620608650408006607000008
|
||||||
|
00026466020662640062
|
||||||
|
|
||||||
|
- role: sealcode.nginx.proxies
|
||||||
|
tags: peertube
|
||||||
|
vars:
|
||||||
|
- nginx_proxies:
|
||||||
|
- domain: "{{ domain }}"
|
||||||
|
site_name: "peertube"
|
||||||
|
upstream: "http://localhost:{{peertube_port}}"
|
||||||
|
max_upload_size: "200G"
|
||||||
|
```
|
||||||
Loading…
Reference in New Issue