Files
homelab-infra/infrastructure/openbao/ansible/trust-ssh-ca.yml
T
panxiao81 88a02ababa
lint / yaml (push) Has been cancelled
lint / ansible (push) Has been cancelled
lint / terraform (push) Has been cancelled
Establish clean homelab infrastructure baseline
Reorganize the brownfield repository, remove retired and generated artifacts, harden ignore rules, and record the GitOps/IaC redesign.
2026-09-09 16:47:20 +00:00

11 lines
349 B
YAML

---
# Make each host in the ssh_ca_trust group trust bao's SSH user CA (TrustedUserCAKeys),
# so it accepts the short-lived certs bao signs. Additive + validates before reload.
# ansible-playbook trust-ssh-ca.yml
- name: Trust the OpenBao SSH CA
hosts: ssh_ca_trust
become: true
gather_facts: false
roles:
- role: openbao_ssh_ca_trust