ansible/project-docs/workflow.md
ilia 3415340e26
All checks were successful
CI / skip-ci-check (pull_request) Successful in 1m18s
CI / lint-and-test (pull_request) Successful in 1m21s
CI / ansible-validation (pull_request) Successful in 2m43s
CI / secret-scanning (pull_request) Successful in 1m19s
CI / dependency-scan (pull_request) Successful in 1m23s
CI / sast-scan (pull_request) Successful in 2m28s
CI / license-check (pull_request) Successful in 1m20s
CI / vault-check (pull_request) Successful in 2m21s
CI / playbook-test (pull_request) Successful in 2m19s
CI / container-scan (pull_request) Successful in 1m48s
CI / sonar-analysis (pull_request) Successful in 1m26s
CI / workflow-summary (pull_request) Successful in 1m17s
Refactor playbooks: servers/workstations, split monitoring, improve shell
2025-12-31 23:13:03 -05:00

1.1 KiB

Workflow

Setup

  • Install dependencies (Python requirements, Node deps for docs, Ansible collections):
make bootstrap
  • Edit vault secrets:
make edit-group-vault

Validate (safe, local)

  • Syntax checks:
make test-syntax
  • Lint:
make lint

Common apply flows

  • Servers baseline (services + qa + ansible + tailscale):
make servers
make servers GROUP=services
make servers HOST=jellyfin
  • Workstations baseline (dev + desktop + local; desktop apps only on desktop group):
make workstations
make workstations GROUP=dev
make apps

Proxmox app projects

End-to-end:

make app PROJECT=projectA

Provision only / configure only:

make app-provision PROJECT=projectA
make app-configure PROJECT=projectA

Inspect Proxmox guests:

make proxmox-info PROJECT=projectA
make proxmox-info ALL=true
make proxmox-info TYPE=lxc

Safety checks

  • Prefer --check --diff first:
make check

Debugging

make debug
make verbose