diff options
author | Matthew Fennell <matthew@fennell.dev> | 2024-01-07 12:28:15 +0000 |
---|---|---|
committer | Matthew Fennell <matthew@fennell.dev> | 2024-01-07 12:28:15 +0000 |
commit | 14465fc9602ec96fc9d4e48bc0120e75415e1e26 (patch) | |
tree | 4665e62cf54080f00b5b1ed3a49fb4632e766654 /README.md | |
parent | 71e36164cae64494cdb91f537d65821c8e2e00f8 (diff) |
Install prosody config file
This commit adds a prosody configuration file that can be installed on the
remote hosts. This lets me make the configuration locally, deploy it to staging
environments, and then to prod, without having to directly login to the hosts.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,6 +11,9 @@ This playbook is for creating an XMPP server using prosody. I use this playbook for my own purposes; it will likely not generalise to other deployments. +For instance, it is only tested with Debian Stable running on both the control +and managed nodes. + ## Quickstart ### Managed node initial setup |