mirror of
https://gitea.invidious.io/iv-org/infrastructure.git
synced 2024-08-15 00:53:31 +00: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…
Reference in a new issue