mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 10:44:42 +02:00
- postfix_relay: switch Brevo → Gmail SMTP (smtp.gmail.com:587, App Password) - smtp_generic_maps: réécriture expéditeur root@lab.local → aliyesilkaya93@gmail.com - nftables: suppression DNAT/NAT Conan Exiles (ports 7777/7778/27015) - gateway handler: reloaded → restarted (flush complet des règles nft) - hermes_agent: pip → uv pour installation qdrant-client (venv sans pip binaire) - CLAUDE.md: corrections funk-cluster, hermes-switch, RAID5, postfix - docs: admin/infra/email.md — procédure complète relay Gmail Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
18 lines
789 B
YAML
18 lines
789 B
YAML
---
|
|
- name: Configure storage-01
|
|
hosts: gateway
|
|
roles:
|
|
- { role: hermes_user, tags: [hermes_user] }
|
|
- { role: common, tags: [common] }
|
|
- { role: gateway, tags: [gateway] }
|
|
- { role: dnsmasq, tags: [dnsmasq] }
|
|
- { role: nfs_server, tags: [nfs_server] }
|
|
- { role: qdrant, tags: [qdrant] }
|
|
- { role: postgresql, tags: [postgresql] }
|
|
- { role: minio, tags: [minio] }
|
|
- { role: litellm, tags: [litellm] }
|
|
- { role: hermes_agent, tags: [hermes_agent] }
|
|
- { role: rag, tags: [rag] }
|
|
- { role: node_exporter, tags: [node_exporter] }
|
|
- { role: alertmanager_webhook, tags: [alertmanager_webhook] }
|
|
- { role: postfix_relay, tags: [postfix_relay] }
|