Maison numérique souveraine (offres maison-obnl + cabinet). Tâches découpées : paquets → php (512M + TLS PG) → install (occ, PG verify-full) → exposition (vhost .mjs) → configure (overwrite/redis/anti-SSRF/import CA) → OIDC user_oidc → Collabora richdocuments (WOPI split URL) → thème Alliance (ciel étoilé). Chaque réglage encode un piège prouvé sur collab-01 : imagick Debian 13, PGSSLMODE dans php-fpm, MIME .mjs, allow_local_remote_servers (SSRF), import root step-ca, memory_limit 512M, public_wopi_url après activate-config… Version épinglée (robustesse). ansible-lint profil production : 0 échec. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
12 lines
303 B
YAML
12 lines
303 B
YAML
---
|
|
- name: Recharger nginx nextcloud
|
|
ansible.builtin.systemd:
|
|
name: nginx
|
|
state: reloaded
|
|
when: not ansible_check_mode
|
|
|
|
- name: Recharger php-fpm nextcloud
|
|
ansible.builtin.systemd:
|
|
name: "php{{ serveur_nextcloud_php_version }}-fpm"
|
|
state: restarted
|
|
when: not ansible_check_mode
|