copr-fe: keytab host fix

fatal: [copr-fe-dev.aws.fedoraproject.org ->
ipa01.stg.iad2.fedoraproject.org]: FAILED! => {"changed": false, "msg":
"host_add: coprfe-.stg.fedoraproject.org: invalid 'hostname': invalid
domain-name: only letters, numbers, '-' are allow
This commit is contained in:
Pavel Raiskup 2021-08-05 08:39:33 +02:00
parent f364113835
commit 3e0d1eb890

View file

@ -95,7 +95,7 @@
name: keytab/service name: keytab/service
vars: vars:
service: copr-frontend-http-api service: copr-frontend-http-api
host: "coprfe-{{env_suffix}}.fedoraproject.org" host: "{{ inventory_hostname }}"
kt_location: /etc/httpd/conf.d/copr-frontend-http-api.keytab kt_location: /etc/httpd/conf.d/copr-frontend-http-api.keytab
owner_group: apache owner_group: apache
owner_user: apache owner_user: apache