From 05b128ac1c4fc6deb4582761fa643d6976ac804c Mon Sep 17 00:00:00 2001 From: KemoNine Date: Tue, 4 Aug 2020 23:00:42 +0000 Subject: [PATCH] Updated README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index fb984f9..03bc2fc 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,10 @@ Some basic Ansible 'stuff' for managing PiFrames. This is very much WIP and nothing in this directory should **NOT** be used unless you plan on submitting patches / fixes / etc. For now the goal of this code is to get a basic WireGuard deployment going for the PiFrameFleet area of the project. + +# Notes + +- Use ```setup-ansible-host.sh [ip] [user]``` to setup the ansible user + ssh public key on a host before running anything +- Use ```deploy-software-updates.sh``` to update software on all frames +- Use ```deploy-wireguard.sh``` to deploy wireguard on the dispatcher + all frames +- See ```inventory.example``` for necessary config and layout of groups for the various ansible playbooks to work properly