diff options
| author | Matthew Fennell <matthew@fennell.dev> | 2026-01-10 15:41:57 +0000 |
|---|---|---|
| committer | Matthew Fennell <matthew@fennell.dev> | 2026-01-10 15:41:57 +0000 |
| commit | f0c3a3056f317aa1065fbf23668a245b62b55165 (patch) | |
| tree | e80bbbce5a094f1c6224e89f4425f429ec14fc91 /playbook.yaml | |
| parent | f3a0496912c4ceb9d2032946bb0e31525f50a613 (diff) | |
Ensure rsync is installed to xmpp servers
This enables delta backups, reducing bandwidth sent off the server.
Diffstat (limited to 'playbook.yaml')
| -rw-r--r-- | playbook.yaml | 1 |
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 |
