2022-12-27 15:52:10 +01:00
|
|
|
## ansible-role-invidious
|
2022-12-27 16:11:35 +01:00
|
|
|
|
2022-12-27 17:01:47 +01:00
|
|
|
Role to deploy an instance of Invidious https://invidious.io/ using docker composer.
|
|
|
|
Check their documentation for more information about post-install tasks and caveats. https://docs.invidious.io/installation/#docker
|
2022-12-27 16:36:24 +01:00
|
|
|
|
|
|
|
# Requirements
|
|
|
|
|
|
|
|
https://gitlab.com/antoniodelgado/ansible-role-apache_ssl_vhosts
|
2022-12-27 16:37:37 +01:00
|
|
|
|
|
|
|
|
|
|
|
# Installation
|
|
|
|
|
2022-12-27 17:01:47 +01:00
|
|
|
Add it to your requirements.txt with the apache_ssl_vhosts (if you want it to handle Apache2)
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
roles:
|
|
|
|
- name: invidious
|
2023-07-06 08:32:48 +02:00
|
|
|
src: ssh://git@repos.susurrando.com:7272/srv/git.repos/ansible-role-invidious.git
|
2022-12-27 17:01:47 +01:00
|
|
|
scm: git
|
|
|
|
- name: apache_ssl_vhosts
|
2023-07-06 08:32:48 +02:00
|
|
|
src: ssh://git@repos.susurrando.com:7272/srv/git.repos/ansible-role-apache_ssl_vhosts
|
2022-12-27 17:01:47 +01:00
|
|
|
scm: git
|
|
|
|
```
|
|
|
|
|
|
|
|
# Configuration
|
|
|
|
|
|
|
|
Check defaults/main.yml for some example configuration and the defaults.
|
|
|
|
|
2022-12-27 16:37:37 +01:00
|
|
|
# Usage
|
|
|
|
|
2022-12-27 17:01:47 +01:00
|
|
|
Just apply the role.
|
|
|
|
|
2022-12-27 16:37:37 +01:00
|
|
|
# Credits
|
|
|
|
|
|
|
|
Antonio J. Delgado 2022 https://gitlab.com/antoniodelgado
|