From 0834b32431967022aebd15606dc9fc4362e0084c Mon Sep 17 00:00:00 2001 From: Wendell Jones Date: Fri, 23 May 2025 08:35:05 -0400 Subject: [PATCH] updating --- beszel_install.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/beszel_install.yaml b/beszel_install.yaml index 9802a08..910d9e4 100644 --- a/beszel_install.yaml +++ b/beszel_install.yaml @@ -23,8 +23,9 @@ ansible.builtin.shell: cmd: /tmp/install-agent.sh -p 45876 -k "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEhA2xm3yiEqzi5dn8UerbbhZTkU538O1g1KF2d7LefT" - # - name: Add beszel agent key - # ansible.builtin.command:: echo "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEhA2xm3yiEqzi5dn8UerbbhZTkU538O1g1KF2d7LefT" >> /root/.ssh/authorized_keys + - name: Add beszel agent key + ansible.builtin.shell: + cmd: echo "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEhA2xm3yiEqzi5dn8UerbbhZTkU538O1g1KF2d7LefT" >> /root/.ssh/authorized_keys - hosts: windowshosts tasks: