user:thomas 由用户创建的 Gists
user:thomas
title:mygist 包含指定标题的 Gists
title:mygist
filename:myfile.txt 包含指定文件名的 Gists
filename:myfile.txt
extension:yml 包含指定扩展名的 Gists
extension:yml
language:go 包含指定编程语言的 Gists
language:go
topic:homelab 具有给定主题的 Gists
topic:homelab
注册
登录
Run this on the server end server to add ansible user with outpassword, ssh key only.
sudo adduser --disabled-password --gecos "" ansible sudo usermod -aG sudo ansible sudo mkdir -p /home/ansible/.ssh sudo chown ansible:ansible /home/ansible/.ssh sudo chmod 700 /home/ansible/.ssh echo '<ssh-key> ' | sudo tee /home/ansible/.ssh/authorized_keys
sudo pvcreate /dev/sdb sudo vgcreate fast-vg /dev/sdb sudo lvcreate -l 100%FREE -n fast-lv fast-vg sudo mkfs.ext4 /dev/fast-vg/fast-lv sudo mkdir -p /mnt/log/fast echo '/dev/fast-vg/fast-lv /mnt/log/fast ext4 defaults 0 2' | sudo tee -a /etc/fstab sudo mount /mnt/log/fast
Hope this works soooonn
Install guide: https://www.talos.dev/v1.9/talos-guides/install/virtualized-platforms/proxmox/
Lav VM i GUI og herefter tilføj cpu args. Gør det både for en control plane og en worker
export VM_ID=144
ehco "hej" >> test.lol
由 Opengist 强力驱动 ⋅ Load: 73ms⋅