diff --git a/.gitea/workflows/140_DEPLOY_cloudINIT140.yaml b/.gitea/workflows/140_DEPLOY_cloudINIT140.yaml index b96c38a..28fb7fb 100644 --- a/.gitea/workflows/140_DEPLOY_cloudINIT140.yaml +++ b/.gitea/workflows/140_DEPLOY_cloudINIT140.yaml @@ -26,7 +26,7 @@ jobs: qm set 140 --boot order=virtio0 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 --sshkey <(echo "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIZn0A7BiDckpYHS8qgphNHc7hpx4/Ml1iQ4KI1FTtpa Ansible key") qm set 140 --agent enabled=1 qm start 140 qm resize 140 virtio0 +30G diff --git a/.gitea/workflows/241_DEPLOY_cloudINIT241.yaml b/.gitea/workflows/241_DEPLOY_cloudINIT241.yaml index 660137f..83874b4 100644 --- a/.gitea/workflows/241_DEPLOY_cloudINIT241.yaml +++ b/.gitea/workflows/241_DEPLOY_cloudINIT241.yaml @@ -26,7 +26,7 @@ jobs: qm set 241 --boot order=virtio0 qm set 241 --ipconfig0 ip=192.168.11.241/24,gw=192.168.11.1 qm set 241 --ciuser chs --cipassword genius - qm set 241 --sshkey <(echo "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAE39D/Dep3EHMWXB6wiMTL0My1SlMZVk0Y80jEv7LOb xchose@freya.local") + qm set 241 --sshkey <(echo "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIZn0A7BiDckpYHS8qgphNHc7hpx4/Ml1iQ4KI1FTtpa Ansible key") qm set 241 --agent enabled=1 qm start 241 qm resize 241 virtio0 +30G