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:
parent
f364113835
commit
3e0d1eb890
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue