{
  "name": "Set DevOps infrastructure with Docker, K3s, Jenkins & Grafana for Linux servers",
  "nodes": [
    {
      "id": "a0973093-3fba-485a-8100-ae3e54c9dc5f",
      "name": "Start DevOps Setup",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "83e1e3a0-ef2f-45d7-bf73-a37f430ca622",
      "name": "Configure Parameters",
      "type": "n8n-nodes-base.set",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "8f11ab98-149b-4192-8345-b278532d12ab",
      "name": "System Preparation",
      "type": "n8n-nodes-base.ssh",
      "position": [
        660,
        0
      ]
    },
    {
      "id": "150157b9-6b02-4953-aa60-192f526d9f9a",
      "name": "Install Docker",
      "type": "n8n-nodes-base.ssh",
      "position": [
        880,
        0
      ]
    },
    {
      "id": "8e450cfb-3075-4d36-96bf-2a342e04dd87",
      "name": "Install Kubernetes",
      "type": "n8n-nodes-base.ssh",
      "position": [
        1100,
        0
      ]
    },
    {
      "id": "8fccf05b-3eb2-401f-bbfb-96b3d1b9aa5f",
      "name": "Install Jenkins",
      "type": "n8n-nodes-base.ssh",
      "position": [
        1320,
        0
      ]
    },
    {
      "id": "668996d6-413b-4467-8ad0-600a5d3162cf",
      "name": "Install Monitoring",
      "type": "n8n-nodes-base.ssh",
      "position": [
        1540,
        0
      ]
    },
    {
      "id": "7d88a242-654b-4dee-8642-84366b4eacb9",
      "name": "Create DevOps User",
      "type": "n8n-nodes-base.ssh",
      "position": [
        1760,
        0
      ]
    },
    {
      "id": "fcb8d5c7-c333-4bbc-ac49-3fc3e782bd46",
      "name": "Security Configuration",
      "type": "n8n-nodes-base.ssh",
      "position": [
        1980,
        0
      ]
    },
    {
      "id": "b2c7b3cc-d9fd-4931-9c1a-9c2168eef699",
      "name": "Final Configuration",
      "type": "n8n-nodes-base.ssh",
      "position": [
        2200,
        0
      ]
    },
    {
      "id": "3f1ef253-89df-4073-9295-0698b0f347cd",
      "name": "Setup Complete",
      "type": "n8n-nodes-base.set",
      "position": [
        2420,
        0
      ]
    },
    {
      "id": "e8c31a96-3853-4ee6-9870-b73d0ba528e1",
      "name": "Wait",
      "type": "n8n-nodes-base.wait",
      "position": [
        440,
        0
      ]
    },
    {
      "id": "9e38d276-b2e5-4a4b-8038-209a5dcbccf3",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        780,
        -500
      ],
      "parameters": {
        "width": 620,
        "height": 280,
        "content": "## Main Components\n- **Configure Parameters** - Defines server details, tool versions, and credentials\n- **System Preparation** - Updates the system and installs base packages\n- **Install Docker** - D"
      }
    }
  ],
  "connections": {
    "Wait": {
      "main": [
        [
          {
            "node": "System Preparation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Install Docker": {
      "main": [
        [
          {
            "node": "Install Kubernetes",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Install Jenkins": {
      "main": [
        [
          {
            "node": "Install Monitoring",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create DevOps User": {
      "main": [
        [
          {
            "node": "Security Configuration",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Install Kubernetes": {
      "main": [
        [
          {
            "node": "Install Jenkins",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Install Monitoring": {
      "main": [
        [
          {
            "node": "Create DevOps User",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Start DevOps Setup": {
      "main": [
        [
          {
            "node": "Configure Parameters",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "System Preparation": {
      "main": [
        [
          {
            "node": "Install Docker",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Final Configuration": {
      "main": [
        [
          {
            "node": "Setup Complete",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Configure Parameters": {
      "main": [
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Security Configuration": {
      "main": [
        [
          {
            "node": "Final Configuration",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}