Skip to content

Instantly share code, notes, and snippets.

View digilink's full-sized avatar

Stephen Brown digilink

  • Red Hat
  • Knoxville, TN
  • 12:43 (UTC -05:00)
View GitHub Profile
@digilink
digilink / ocp-basic-diagram.md
Last active July 31, 2025 20:01
OpenShift block diagram
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
@digilink
digilink / container_deploy.yml
Created July 8, 2021 23:01
Ansible Proxmox LXC deploy
---
- name: Proxmox lxc provision
hosts: pxsrv01
tasks:
- name: Create new container
proxmox:
vmid: '{{ vmid }}'
api_user: root@pam
api_token_id: root-ansible-token