mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 10:31:56 +08:00
firmitas: add variable number of days before cert expiry notifcations
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
@@ -43,7 +43,7 @@ username = "{{ (env == 'staging')|ternary(firmitas_stg_pagure_user, firmitas_pag
|
||||
password = "{{ (env == 'staging')|ternary(firmitas_stg_pagure_apikey, firmitas_pagure_apikey) }}"
|
||||
|
||||
# Number of days from validity expiry to make the notification for
|
||||
daysqant = 30
|
||||
daysqant = "{{ (env == 'staging')|ternary(firmitas_stg_expiry_days, firmitas_expiry_days) }}"
|
||||
|
||||
# List of labels to tag the notification tickets with
|
||||
tagslist = ["firmitas", "automate", "notifier"]
|
||||
|
||||
Reference in New Issue
Block a user