~comcloudway/ansible-srht

Added git.sr.ht outgoing-domain config & new S3 instructions for git and
builds
Added support for paste.sr.ht
Added s3 configuration options for worker
Fetch database schema from project repo instead of using local copy

When installing the latest version of a given package (instead of
upgrading), sourcehut assumes that you also use the newest schema.sql
file.
This means that when you are using an older schema version, database
migrations won't create the missing tables.
Instead we now fetch the latest database schema before running the
playbook to match the latest version.
Properly moved worker service setup into worker setup file
Updated setup guide to fix networking and missing dependency issues
Made worker timeout configureable
Added additional troubleshooting steps
Added additional troubleshooting steps
Fixed install instructions
Removed /etc/hosts modifications

as this broke the internal communitcation when using https
Added builds.sr.ht worker setup and guide
Added ability to upload custom email keys
Started working on documentation

NOTE: took parts of the dockerhut documentation and rewrote it to fit
the ansible playbook
Added MIT license
Added cron service for meta and git
Added docstrings from official sourcehut config
Fixed git ssh/http(s) push and pull
Added internal ipnet variable, to allow case-by-case adjustment

fixes bug where other services were unable to connect to the meta system
Fixed broken builds database and nginx proxy
Next