From 278fa4ea57036c3dc5118668f177e4c2755ebe60 Mon Sep 17 00:00:00 2001 From: "martin.cholewa" Date: Fri, 26 Sep 2025 12:05:43 +0200 Subject: [PATCH] enabling agent --- .gitea/workflows/140_DEPLOY_cloudINIT140.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/140_DEPLOY_cloudINIT140.yaml b/.gitea/workflows/140_DEPLOY_cloudINIT140.yaml index 5af477b..b96c38a 100644 --- a/.gitea/workflows/140_DEPLOY_cloudINIT140.yaml +++ b/.gitea/workflows/140_DEPLOY_cloudINIT140.yaml @@ -27,6 +27,7 @@ jobs: qm set 140 --ipconfig0 ip=192.168.11.240/24,gw=192.168.11.1 qm set 140 --ciuser chs --cipassword genius qm set 140 --sshkey <(echo "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAE39D/Dep3EHMWXB6wiMTL0My1SlMZVk0Y80jEv7LOb xchose@freya.local") + qm set 140 --agent enabled=1 qm start 140 qm resize 140 virtio0 +30G \ No newline at end of file