Manage routine operations through Ansible
This commit is contained in:
@@ -31,7 +31,9 @@ If update asks to stop/recreate containers, allow it unless the user said otherw
|
||||
4. If `SKIP_CLAMD=y` but `cow-clamd-mailcow-1` is still Up and that is unwanted:
|
||||
|
||||
```bash
|
||||
ssh windy@mx2.windy.me 'cd /opt/mail && docker compose up -d --force-recreate'
|
||||
cd ansible
|
||||
ansible-playbook playbooks/compose-reconcile.yml --limit mailcow \
|
||||
-e '{"service_reconcile_confirm": true, "service_reconcile_targets": ["all"]}'
|
||||
```
|
||||
|
||||
Only after user OK; recreate briefly interrupts mail.
|
||||
|
||||
Reference in New Issue
Block a user