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:
parent
daf7776a9d
commit
472b59038f
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue