graph TD
subgraph "User Interaction"
direction LR
A[Developer] -- "Deploys code" --> B(CLI / Web Console)
C[End User] -- "Accesses App" --> D[Router/Ingress]
end
subgraph "Control Plane (The Brains)"
direction TB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| - name: Proxmox lxc provision | |
| hosts: pxsrv01 | |
| tasks: | |
| - name: Create new container | |
| proxmox: | |
| vmid: '{{ vmid }}' | |
| api_user: root@pam | |
| api_token_id: root-ansible-token |