{% extends 'base.html' %} {% block title %}Safe Patching{% endblock %} {% block content %}

Safe Patching — Quick Win

Patching sans interruption de service : exclut tout ce qui nécessite un reboot ou un restart de service.

{% if msg %}
{% if msg == 'error' %}Erreur à la création (semaine déjà existante ?).{% endif %}
{% endif %} {% if campaigns %}
{% for c in campaigns %}
{{ c.week_code }} {{ c.label }} quickwin {{ c.status }}
{{ c.session_count }} srv {{ c.patched_count }} ok
{% endfor %}
{% endif %} {% if can_create %}

Nouvelle campagne Quick Win

Tous les serveurs Linux en production (secops) seront inclus. Hors-prod patché en premier (J), prod le lendemain (J+1).

{% endif %} {% endblock %}