Add some letsencrypt ssl certs for happinesspackets
This commit is contained in:
parent
a8c546e676
commit
acabd74d6e
2 changed files with 8 additions and 0 deletions
|
@ -39,3 +39,7 @@
|
|||
handlers:
|
||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||
|
||||
- name: Letsencrypt for happinesspackets-stg.fedorainfracloud.org
|
||||
include_role: name=letsencrypt
|
||||
vars:
|
||||
site_name: happinesspackets-stg.fedorainfracloud.org
|
||||
|
|
|
@ -39,3 +39,7 @@
|
|||
handlers:
|
||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||
|
||||
- name: Letsencrypt for happinesspackets.fedorainfracloud.org
|
||||
include_role: name=letsencrypt
|
||||
vars:
|
||||
site_name: happinesspackets.fedorainfracloud.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue