Updated README

This commit is contained in:
KemoNine 2020-08-04 23:00:42 +00:00
parent f7167deadc
commit 05b128ac1c
1 changed files with 7 additions and 0 deletions

View File

@ -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