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/%27.WWW_URL.%27admin/%22%24path/%7B%24disabledImages%5B%24type%5D%7D/%22default.html/csstidy/csstidy_optimise.html?a=commitdiff_plain;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