diff --git a/beszel_install.yaml b/beszel_install.yaml index 27cf8be..2f4c417 100644 --- a/beszel_install.yaml +++ b/beszel_install.yaml @@ -3,6 +3,8 @@ tasks: - name: Install linux beszel agent command: curl -sL https://get.beszel.dev -o /tmp/install-agent.sh && chmod +x /tmp/install-agent.sh && /tmp/install-agent.sh -p 45876 -k "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEhA2xm3yiEqzi5dn8UerbbhZTkU538O1g1KF2d7LefT" + - name: Add beszel agent key + command: echo "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEhA2xm3yiEqzi5dn8UerbbhZTkU538O1g1KF2d7LefT" >> /root/.ssh/authorized_keys - hosts: windowshosts tasks: