lint
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
---
|
||||
- name: Installation de snapd
|
||||
apt:
|
||||
name:
|
||||
- snapd
|
||||
state: present
|
||||
|
||||
- name: Initialisation de snap et installtion de certbot (prendre bien 5min, soyez patient)
|
||||
- name: Initialisation de snap et installtion de certbot
|
||||
(prend bien 5min, soyez patient)
|
||||
command: "{{ item }}"
|
||||
loop:
|
||||
- snap install core
|
||||
@@ -12,4 +14,5 @@
|
||||
- snap install --classic certbot
|
||||
|
||||
- name: Création du certificat SSL
|
||||
command: /snap/bin/certbot certonly --standalone -d {{ inventory_hostname }} -m supervision@nereide.fr --agree-tos --non-interactive
|
||||
# yamllint disable-line rule:line-length
|
||||
command: /snap/bin/certbot certonly --standalone -d {{ inventory_hostname }} -m supervision@nereide.fr --agree-tos --non-interactive
|
||||
|
||||
Reference in New Issue
Block a user