user:thomas 由使用者建立的 Gists
user:thomas
title:mygist Gists 的標題
title:mygist
description:sync gists with given description
description:sync
filename:myfile.txt Gists 的檔案名稱
filename:myfile.txt
extension:yml Gists 的副檔名
extension:yml
language:go Gists 的程式語言
language:go
topic:homelab gists with given topic
topic:homelab
all:systemctl search all fields
all:systemctl
註冊
登錄
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: 81ms⋅