mise à jour nom de tâche master
authorrominique <romain.legoff@heureux-cyclage.org>
Thu, 29 Aug 2024 09:58:44 +0000 (11:58 +0200)
committerrominique <romain.legoff@heureux-cyclage.org>
Thu, 29 Aug 2024 09:58:44 +0000 (11:58 +0200)
creation_nouveau_site.yml

index dc0d713..526cc6c 100644 (file)
@@ -79,7 +79,7 @@
           vars:
             template_site: 'http'
 
-        - name: Générer un certififat avec certbot # noqa : command-instead-of-module
+        - name: Générer le certififat du sous-domaine avec certbot # noqa : command-instead-of-module
           become: true
           ansible.builtin.command: 'certbot certonly -n --nginx -d {{ config_ss_domain | default(SITE) }}.{{ DOMAIN }}.{{ TLD }}'
           register: certbot_log
@@ -87,7 +87,7 @@
           changed_when: false
           when: config_ss_domain != 'www'
 
-        - name: Générer un certififat avec certbot # noqa : command-instead-of-module
+        - name: Générer le certififat du domaine et du sous-domaine avec certbot quand le sous domaine est www # noqa : command-instead-of-module
           become: true
           ansible.builtin.command: 'certbot certonly -n --nginx -d {{ DOMAIN }}.{{ TLD }} -d {{ config_ss_domain | default(SITE) }}.{{ DOMAIN }}.{{ TLD }}'
           register: certbot_log