quick fixes

This commit is contained in:
nazunalika 2020-12-23 05:21:01 -07:00
parent 7a010775c9
commit fe7fb4bb07
2 changed files with 6 additions and 2 deletions

View File

@ -13,3 +13,6 @@ ipadm_password: !vault |
ipsilon_db_password: !vault | ipsilon_db_password: !vault |
$ANSIBLE_VAULT;1.1;AES256 $ANSIBLE_VAULT;1.1;AES256
REDACTED REDACTED
koji_db_pass: !vault |
$ANSIBLE_VAULT;1.1;AES256
REDACTED

View File

@ -11,7 +11,8 @@ koji_postgresql_vm: true
koji_db_name: koji koji_db_name: koji
koji_db_user: koji koji_db_user: koji
koji_db_pass: ThisIsNotThePassword! koji_db_pass: ThisIsNotThePassword!
koji_db_host: localhost # This will need to change when koji_postgresql_vm is false
koji_db_host: "{{ ansible_fqdn }}"
koji_web_url: "https://{{ ansible_fqdn }}/koji" koji_web_url: "https://{{ ansible_fqdn }}/koji"
koji_hub_url: "https://{{ ansible_fqdn }}/kojihub" koji_hub_url: "https://{{ ansible_fqdn }}/kojihub"
@ -40,7 +41,7 @@ koji_hub_proxy_principals: koji/kojiweb@ROCKYLINUX.ORG
koji_hub_keytab: /etc/koji.keytab koji_hub_keytab: /etc/koji.keytab
koji_hub_principal_format: compile/%s@ROCKYLINUX.ORG koji_hub_principal_format: compile/%s@ROCKYLINUX.ORG
# This should be sufficient even for LE # This should be sufficient even for LE
koji_hub_ca: /etc/pki/tls/certs/ca-bundle.crt koji_hub_ca: "{{ koji_web_cacert }}"
# Koji FAS Syncing # Koji FAS Syncing
# This isn't implemented yet in the role # This isn't implemented yet in the role