mirror of
https://github.com/iv-org/infrastructure.git
synced 2025-08-21 19:48:09 -04:00
Add README
This commit is contained in:
parent
1428375b67
commit
bb6a089794
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Infrastructure
|
||||
|
||||
This repository contains the invidious infrastructure.
|
||||
|
||||
## Preparations
|
||||
|
||||
1. Install ansible
|
||||
2. Install requirements: `ansible-galaxy install -r requirements.yml -p roles`
|
||||
|
||||
## Hosts
|
||||
### invidious.io
|
||||
|
||||
`ansible-playbook main.yml -i inventory.yml --ask-vault-pass`
|
Loading…
Add table
Add a link
Reference in a new issue