summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2026-01-10 15:41:57 +0000
committerMatthew Fennell <matthew@fennell.dev>2026-01-10 15:41:57 +0000
commitf0c3a3056f317aa1065fbf23668a245b62b55165 (patch)
treee80bbbce5a094f1c6224e89f4425f429ec14fc91
parentf3a0496912c4ceb9d2032946bb0e31525f50a613 (diff)
Ensure rsync is installed to xmpp servers
This enables delta backups, reducing bandwidth sent off the server.
-rw-r--r--playbook.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/playbook.yaml b/playbook.yaml
index d4db5da..e2143b3 100644
--- a/playbook.yaml
+++ b/playbook.yaml
@@ -221,6 +221,7 @@
- prosody # XMPP server
- prosody-modules # Extra addons
- python3-psycopg2 # Used by ansible postgres role
+ - rsync # Backups
- systemd-timesyncd # Used to make sure the date is correct
- ufw # Firewall
- unattended-upgrades # Not every hosting provider installs by default