From 9d0cc8c2b3cd9640bdfe4762e4161ffbebcc5848 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Fri, 22 May 2026 22:40:29 +0200 Subject: [PATCH] Add GPG sign workstation WSL host --- ansible/templates/workstation/.gitconfig.j2 | 3 ++- secrets/vault.yml.example | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ansible/templates/workstation/.gitconfig.j2 b/ansible/templates/workstation/.gitconfig.j2 index f1a0558..ceb4381 100644 --- a/ansible/templates/workstation/.gitconfig.j2 +++ b/ansible/templates/workstation/.gitconfig.j2 @@ -8,6 +8,7 @@ [user] name = {{ vault_personal_full_name }} email = {{ vault_git_work_email }} + signingkey = {{ vault_git_work_gpg }} [fetch] prune = true @@ -19,7 +20,7 @@ rebase = true [commit] - gpgsign = false + gpgsign = true [merge] conflictstyle = diff3 diff --git a/secrets/vault.yml.example b/secrets/vault.yml.example index 5587e69..5f43d8a 100644 --- a/secrets/vault.yml.example +++ b/secrets/vault.yml.example @@ -6,6 +6,7 @@ vault_icloud_email: "REPLACE_ME" vault_protonmail_email: "REPLACE_ME" vault_icloud_mail_password: "REPLACE_ME" vault_git_work_email: "REPLACE_ME" +vault_git_work_gpg: "REPLACE_ME" vault_openai_api_key: "REPLACE_ME" vault_windows_psrp_host: "REPLACE_ME" vault_windows_psrp_user: 'MicrosoftAccount\user@example.com'