iddev: try to get letsencrypt to renew the certs for us in the playbook

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-03-30 14:43:26 +02:00
parent daf7776a9d
commit 472b59038f

View file

@ -21,6 +21,12 @@
- import_tasks: "{{ tasks_path }}/cloud_setup_basic.yml"
- name: set hostname (required by some services, at least postfix need it)
hostname: name="{{inventory_hostname}}"
- name: Letsencrypt for iddev.fedorainfracloud.org
include_role: name=letsencrypt
vars:
site_name: iddev.fedorainfracloud.org
tags:
- letsencrypt
handlers:
- import_tasks: "{{ handlers_path }}/restart_services.yml"