From bb6a089794605a1773cf40d908a36b5bd566d794 Mon Sep 17 00:00:00 2001 From: Perflyst Date: Tue, 23 Mar 2021 20:02:14 +0100 Subject: [PATCH] Add README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..21e87a0 --- /dev/null +++ b/README.md @@ -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`