472 B
472 B
Run a playbook against production
Playbook: $ARGUMENTS
Steps — do not skip any
- Run
make lint— stop and report if it fails - Run
make check PLAYBOOK=$ARGUMENTS— show the full diff output - Summarise what will change (hosts affected, tasks that will run)
- Stop and ask for explicit confirmation before proceeding
- After confirmation: run
make deploy PLAYBOOK=$ARGUMENTS - Report the result — highlight any failures or unreachable hosts