docs: add ansible howto collection

Four reference files covering:
- ansible.md — core commands, ansible.cfg, key settings
- ansible-inventory.md — static/dynamic inventory, directory layout
- ansible-variables.md — 22-level precedence, scoping, merge behavior
- ansible-roles.md — structure, defaults vs vars, dependencies
This commit is contained in:
user
2026-02-21 20:33:34 +01:00
parent c6b4a88736
commit 80f82dcde7
6 changed files with 756 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
## Topics to Write
- [ ] git — common workflows, rebase, stash, bisect
- [ ] ansible — playbook patterns, inventory, vault
- [x] ansible — playbook patterns, inventory, vault, variables, roles
- [ ] podman — build, run, compose, volumes
- [ ] jq — filters, select, map, slurp
- [ ] curl — headers, auth, methods, output