diff --git a/roles/copr/frontend-cloud/tasks/httpd.yml b/roles/copr/frontend-cloud/tasks/httpd.yml index c50198e33e..5d5362c5ff 100644 --- a/roles/copr/frontend-cloud/tasks/httpd.yml +++ b/roles/copr/frontend-cloud/tasks/httpd.yml @@ -90,3 +90,11 @@ value: continue backup: yes notify: restart apache + +- include_role: keytab/service + vars: + service: copr-frontend-http-api + host: "coprfe-{{env_suffix}}.fedoraproject.org" + kt_location: /etc/httpd/conf.d/copr-frontend-http-api.keytab + owner_group: apache + owner_user: apache