From 6980161fc78e1b8ddd22273b1ef16c168d849718 Mon Sep 17 00:00:00 2001 From: Wendell Jones Date: Fri, 23 May 2025 08:33:59 -0400 Subject: [PATCH] updating --- beszel_install.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/beszel_install.yaml b/beszel_install.yaml index 1b97dbb..9802a08 100644 --- a/beszel_install.yaml +++ b/beszel_install.yaml @@ -27,7 +27,6 @@ # ansible.builtin.command:: echo "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEhA2xm3yiEqzi5dn8UerbbhZTkU538O1g1KF2d7LefT" >> /root/.ssh/authorized_keys - hosts: windowshosts - tasks: tasks: - name: Install linux beszel agent command: Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser; & iwr -useb https://get.beszel.dev -OutFile "$env:TEMP\install-agent.ps1"; & "$env:TEMP\install-agent.ps1" -Key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEhA2xm3yiEqzi5dn8UerbbhZTkU538O1g1KF2d7LefT" -Port 45876 \ No newline at end of file