From: rominique Date: Thu, 29 Aug 2024 09:58:44 +0000 (+0200) Subject: mise à jour nom de tâche X-Git-Url: https://git.cyclocoop.org/admin//%22http:/pliny.wikipedia.org/tools/wikisearch.php/%22?a=commitdiff_plain;h=60e4618a20820a676160681786aa1f40e10124d2;p=lhc%2Fansible.git mise à jour nom de tâche --- diff --git a/creation_nouveau_site.yml b/creation_nouveau_site.yml index dc0d713..526cc6c 100644 --- a/creation_nouveau_site.yml +++ b/creation_nouveau_site.yml @@ -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