26 lines
577 B
Markdown
26 lines
577 B
Markdown
# CLAUDE.md - dlx-ansible Project
|
|
|
|
Infrastructure as Code for DirectLX - Ansible playbooks for managing Proxmox-based homelab.
|
|
|
|
## Infrastructure
|
|
|
|
16 servers: 3x Proxmox, 3x databases, Jenkins, Gitea, NPM, Docker host, Pi-hole, applications
|
|
|
|
## Key Commands
|
|
|
|
```bash
|
|
# Run playbooks
|
|
ansible-playbook playbooks/site.yml
|
|
ansible-playbook playbooks/security-audit-v2.yml
|
|
|
|
# Ad-hoc
|
|
ansible all -m ping
|
|
ansible all -m shell -a "uptime" -b
|
|
```
|
|
|
|
## Critical Knowledge
|
|
|
|
See `memory/dlx-ansible/MEMORY.md` for infrastructure details, fixes, and learnings.
|
|
|
|
**Last Updated**: 2026-02-09
|