Unnamed repository; edit this file 'description' to name the repository.
Find a file
2023-07-06 09:32:48 +03:00
defaults copy config from repo 2023-02-07 18:11:23 +02:00
handlers Add initial plays 2022-12-27 17:07:19 +02:00
meta Add initial plays 2022-12-27 17:07:19 +02:00
tasks no submodules 2023-05-05 13:40:18 +03:00
templates fix indent 2023-01-09 15:50:20 +02:00
README.md Update repo 2023-07-06 09:32:48 +03:00

ansible-role-invidious

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

Requirements

https://gitlab.com/antoniodelgado/ansible-role-apache_ssl_vhosts

Installation

Add it to your requirements.txt with the apache_ssl_vhosts (if you want it to handle Apache2)

roles:
  - name: invidious
    src: ssh://git@repos.susurrando.com:7272/srv/git.repos/ansible-role-invidious.git
    scm: git
  - name: apache_ssl_vhosts
    src: ssh://git@repos.susurrando.com:7272/srv/git.repos/ansible-role-apache_ssl_vhosts
    scm: git

Configuration

Check defaults/main.yml for some example configuration and the defaults.

Usage

Just apply the role.

Credits

Antonio J. Delgado 2022 https://gitlab.com/antoniodelgado