You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 hours ago | |
|---|---|---|
| defaults | 4 hours ago | |
| meta | 4 hours ago | |
| tasks | 4 hours ago | |
| templates | 4 hours ago | |
| README.md | 4 hours ago | |
README.md
- 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"