From f5bfc1a922516f46607306b252d125953220f06b Mon Sep 17 00:00:00 2001 From: tegwick Date: Fri, 27 Mar 2026 01:22:45 +0100 Subject: [PATCH] feat(custodian-agent): add custodian agent public key ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC/V9fe5MGKdhTBz9KwEvC1NE+HjdoCtQocpGxP6Pko9 Generated 2026-03-27 via make custodian-keygen. Private key at workstation only (~/.ssh/id_custodian_agent), never committed. Co-Authored-By: Claude Sonnet 4.6 --- ansible/inventory/group_vars/all.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/inventory/group_vars/all.yaml b/ansible/inventory/group_vars/all.yaml index a161dd4..6c6d089 100644 --- a/ansible/inventory/group_vars/all.yaml +++ b/ansible/inventory/group_vars/all.yaml @@ -1,6 +1,6 @@ # Ansible group vars — applied to all managed hosts. # -# custodian_agent_pubkey: the SSH public key for the Custodian automation identity. +# custodian_agent_pubkey: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC/V9fe5MGKdhTBz9KwEvC1NE+HjdoCtQocpGxP6Pko9 custodian-agent" # # HOW TO SET THIS: # 1. Generate the keypair on the workstation (one-time): @@ -17,4 +17,4 @@ # The key below is a placeholder — replace by running `make custodian-keygen`. custodian_agent_user: tegwick -custodian_agent_pubkey: "" +custodian_agent_pubkey: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC/V9fe5MGKdhTBz9KwEvC1NE+HjdoCtQocpGxP6Pko9 custodian-agent"