parent
62145f04ca
commit
69e37093b9
@ -1,3 +1,4 @@
|
||||
---
|
||||
backup_communication_keys_repository: "https://{{ gitea_admin_username | urlencode() }}:{{ gitea_admin_password | urlencode() }}@{{ shared_service_hostname_gitea }}/gitea-admin/communication-keys.git"
|
||||
backup_communication_keys_stage_gpg_key: "smardigo_automation_{{ stage }}.gpg.pub"
|
||||
backup_gpg_recipient: "smardigo automation {{ stage | upper }}"
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
---
|
||||
# TODO use stage specific gpg key
|
||||
backup_communication_keys_stage_gpg_key: "smardigo_automation_prodnso.gpg.pub"
|
||||
backup_communication_keys_stage_gpg_key: "smardigo_automation_dev.gpg.pub"
|
||||
backup_gpg_recipient: "smardigo automation DEV"
|
||||
Loading…
Reference in New Issue