lxc with drone-runner on proxmox via opentofu and ansible

This commit is contained in:
2026-02-23 23:55:29 +01:00
commit b29c73c404
10 changed files with 254 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
proxmox_endpoint = "https://192.168.x.x:8006/"
proxmox_password = "proxmox-root-password"
node_name = "pve"
drone_runner_id = 200
drone_runner_ip = "192.168.x.200/24"
gateway = "192.168.x.1"
ssh_public_key_path = "~/.ssh/id_ed25519.pub"
drone_runner_password = "lxc-root-password"