run_manual_pipeline.yml
View and edit this Ansible playbook
Playbook Editor
File: playbooks/run_manual_pipeline.yml
Edit the playbook YAML below. Changes are saved to the
playbooks/ directory on this server.
This playbook will be available for category mapping on the Admin page.
Playbook Structure Guide
Standard Variables Available
| Variable | Description |
|---|---|
region | Current execution region (eus2, wus2, etc.) |
target_group | Host group within region (web, db, mon) |
mop_id | MOP identifier |
execution_id | Unique execution run ID |
maintenance_window | Scheduled maintenance window |
Connection Types
| Type | Use When |
|---|---|
SSH (default) | Running commands on remote VMs |
connection: local | Git operations, file edits on this server |
uri module | REST API calls to Azure DevOps |
command: terraform | Terraform CLI operations |