feat: more operator guide

This commit is contained in:
Iain Learmonth 2025-11-09 14:39:28 +00:00
parent 8f7d0d372e
commit e72c729735
13 changed files with 240 additions and 7 deletions

View file

@ -19,9 +19,9 @@ A compromise of this host effectively compromises the entire stack.
* Appropriately hardened and vendor supported Linux operating system with the latest security updates applied
* SSH key backed by hardware security module and requiring unlock (e.g. [YubiKey](https://www.yubico.com/)) to be used
for login to the instance host
* Python 3.11+ (the `venv` module is included in Python since v3.3 so this is not a separate requirement)
* Git
* Ansible-compatible secrets management (e.g.
* [Python](https://www.python.org/) 3.11+ (the `venv` module is included in Python since 3.3 so this is not a separate requirement)
* [Git](https://git-scm.com/)
* [Ansible](https://docs.ansible.com/)-compatible secrets management (e.g.
[sops](https://getsops.io/) or
[Bitwarden Secrets Manager](https://bitwarden.com/products/secrets-manager/))