- Add 260124-nextcloud-maintenance.yml playbook for database indices and mimetypes - Add run-maintenance-all-servers.sh script to run maintenance on all servers - Update ansible.cfg with IdentitiesOnly SSH option to prevent auth failures - Remove orphaned SSH keys for deleted servers (black, dev, purple, white, edge) - Remove obsolete edge-traefik and nat-gateway roles - Remove old upgrade playbooks and fix-private-network playbook - Update host_vars for egel, ree, zwaan - Update diun webhook configuration Successfully ran maintenance on all 17 active servers: - Database indices optimized - Mimetypes updated (145-157 new types on most servers) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
10 lines
202 B
YAML
10 lines
202 B
YAML
---
|
|
# ree server - direct public IP
|
|
|
|
# SSH directly to public IP
|
|
ansible_host: 159.69.182.238
|
|
|
|
# Client identification
|
|
client_name: ree
|
|
client_domain: ree.vrije.cloud
|
|
client_secrets_file: ree.sops.yaml
|