MOVED TO CODEBERG - codeberg.org/chdorner/bookwyrm-infra
I've been running my own BookWyrm instance for some time now, mainly as a means to get operating and admin experience while contributing to the development of the project. BookWyrm is a social reading and reviewing application, a sort of federated GoodReads alternative which is interoperable with other ActivityPub software like Mastodon.
More in this post on amble.blog.
- Copy the
inventory.example.yaml
and set your host and user - If your SSH user requires a password to get sudo access, create a
.become-password
file and paste in the password - Copy the
secret.example.yaml
and fill out all the values - Copy the
vars.example.yaml
and fill out all the values
Highly recommended: Use ansible-vault to encrypt your secret.yaml
.
ansible-playbook -i inventory.yaml \
--become-password-file .become-password \
--vault-password-file .vault-password \
playbook.yaml