Update readme
This commit is contained in:
parent
51e8892725
commit
ec76b51931
1 changed files with 20 additions and 1 deletions
21
README.md
21
README.md
|
@ -1,6 +1,7 @@
|
||||||
## ansible-role-invidious
|
## ansible-role-invidious
|
||||||
|
|
||||||
Work in progress...
|
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
|
# Requirements
|
||||||
|
|
||||||
|
@ -9,8 +10,26 @@ https://gitlab.com/antoniodelgado/ansible-role-apache_ssl_vhosts
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
|
Add it to your requirements.txt with the apache_ssl_vhosts (if you want it to handle Apache2)
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
roles:
|
||||||
|
- name: invidious
|
||||||
|
src: ssh://git@repos.susurrando.com:1122/srv/git.repos/ansible-role-invidious.git
|
||||||
|
scm: git
|
||||||
|
- name: apache_ssl_vhosts
|
||||||
|
src: ssh://git@repos.susurrando.com:1122/srv/git.repos/ansible-role-apache_ssl_vhosts
|
||||||
|
scm: git
|
||||||
|
```
|
||||||
|
|
||||||
|
# Configuration
|
||||||
|
|
||||||
|
Check defaults/main.yml for some example configuration and the defaults.
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
|
Just apply the role.
|
||||||
|
|
||||||
# Credits
|
# Credits
|
||||||
|
|
||||||
Antonio J. Delgado 2022 https://gitlab.com/antoniodelgado
|
Antonio J. Delgado 2022 https://gitlab.com/antoniodelgado
|
||||||
|
|
Loading…
Reference in a new issue