This repository has been archived on 2026-05-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
visio_nrd/roles/coturn-install/tasks/letsencrypt.yml
T
Antoine Ouvrard db573babed lint
2021-05-17 10:31:00 +02:00

19 lines
516 B
YAML

---
- name: Installation de snapd
apt:
name:
- snapd
state: present
- name: Initialisation de snap et installtion de certbot
(prend bien 5min, soyez patient)
command: "{{ item }}"
loop:
- snap install core
- snap refresh core
- snap install --classic certbot
- name: Création du certificat SSL
# yamllint disable-line rule:line-length
command: /snap/bin/certbot certonly --standalone -d {{ inventory_hostname }} -m supervision@nereide.fr --agree-tos --non-interactive