distgit: create the pkgs.stg certs via letsencrypt
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
687230bfb8
commit
592e4749c1
1 changed files with 9 additions and 0 deletions
|
@ -87,6 +87,15 @@
|
|||
tags:
|
||||
- distgit
|
||||
|
||||
- name: Letsencrypt for pkgs.stg.fedoraproject.org
|
||||
include_role: name=letsencrypt
|
||||
vars:
|
||||
site_name: pkgs.stg.fedoraproject.org
|
||||
when: env == 'staging'
|
||||
tags:
|
||||
- distgit
|
||||
- letsencrypt
|
||||
|
||||
- name: install the keytab
|
||||
copy: src="{{ private }}/files/keytabs/{{env}}/pkgs"
|
||||
dest=/etc/httpd.keytab
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue