lxc with drone-runner on proxmox via opentofu and ansible
This commit is contained in:
8
tofu/terraform.tfvars.example
Normal file
8
tofu/terraform.tfvars.example
Normal 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"
|
||||
Reference in New Issue
Block a user