mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 14:02:12 +08:00
firmitas: update workdir location for certs
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
@@ -56,10 +56,10 @@ Variables related to probing
|
||||
"""
|
||||
|
||||
# The location of the X.509 standard TLS certificates
|
||||
certloca = "/etc/firmitas/{{ (env == 'staging')|ternary('certificates/staging', 'certificates/production') }}" # noqa : S108
|
||||
certloca = "/tmp/firmitas/{{ (env == 'staging')|ternary('certificates/staging', 'certificates/production') }}" # noqa : S108
|
||||
|
||||
# The location of the service hostnames and maintainers map
|
||||
hostloca = "/etc/firmitas/{{ (env == 'staging')|ternary('certificates/staging/staging_certlist.txt', 'certificates/production/production_certlist.txt') }}" # noqa: S108
|
||||
hostloca = "/tmp/firmitas/{{ (env == 'staging')|ternary('certificates/staging/staging_certlist.txt', 'certificates/production/production_certlist.txt') }}" # noqa: S108
|
||||
|
||||
"""
|
||||
Variables related to logging
|
||||
|
||||
Reference in New Issue
Block a user