railiance-infra/ansible
tegwick 30a3f908aa feat(custodian-agent): Ansible role + Makefile for Custodian SSH identity
Establishes a dedicated SSH keypair for the Custodian automation agent:
- ansible/roles/custodian_agent/: authorized_key task (tagged custodian_agent)
- ansible/inventory/group_vars/all.yaml: custodian_agent_user/pubkey vars
- ansible/playbooks/bootstrap.yaml: custodian_agent role added
- Makefile: provision-custodian-agent / provision-custodian-agent-host targets

Keypair generation: cd ~/the-custodian && make custodian-keygen
Then deploy:        cd ~/railiance-infra && make provision-custodian-agent

The private key lives at ~/.ssh/id_custodian_agent — never committed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27 01:21:57 +01:00
..
inventory/group_vars feat(custodian-agent): Ansible role + Makefile for Custodian SSH identity 2026-03-27 01:21:57 +01:00
playbooks feat(custodian-agent): Ansible role + Makefile for Custodian SSH identity 2026-03-27 01:21:57 +01:00
roles feat(custodian-agent): Ansible role + Makefile for Custodian SSH identity 2026-03-27 01:21:57 +01:00
ansible.cfg feat: bootstrap and harden Railiance01 at HostEurope 2026-03-08 22:53:38 +00:00
inventory_from_yaml.py feat: bootstrap and harden Railiance01 at HostEurope 2026-03-08 22:53:38 +00:00
requirements.yaml feat: initial import of RailianceHosts starter 2025-09-13 20:26:11 +02:00