planetary-social / ansible-scripts

Ansible automation scripts used at Planetary
MIT License
2 stars 3 forks source link

Add posthog playbook #55

Closed cooldracula closed 8 months ago

cooldracula commented 9 months ago

add a playbook to document how to deploy posthog. They have their own deployment script, and so the method to deploy is basically to curl it down and run it. This playbook acts as a documentation for this, so we can tell which of our services are handled with ansible and which are handled by external scripts(posthog and sentry being the only two at the moment).

cooldracula commented 8 months ago

Added the playbook in https://github.com/planetary-social/ansible-scripts/pull/58