Files
howtos/TODO.md
user 80f82dcde7 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
2026-02-21 20:33:34 +01:00

21 lines
634 B
Markdown

# TODO
## Topics to Write
- [ ] git — common workflows, rebase, stash, bisect
- [x] ansible — playbook patterns, inventory, vault, variables, roles
- [ ] podman — build, run, compose, volumes
- [ ] jq — filters, select, map, slurp
- [ ] curl — headers, auth, methods, output
- [ ] systemd — units, journalctl, timers
- [ ] ssh — config, tunnels, keys, agent
- [ ] bash — parameter expansion, arrays, traps
- [ ] make — targets, variables, patterns
- [ ] vim — motions, registers, macros
## Improvements
- [ ] Format linter script
- [ ] Auto-generate index from topics/
- [ ] Add last-reviewed date to template