From 88cf27995f331a4e2be5f5522aa772899bdfae21 Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Thu, 8 Aug 2024 23:28:29 +0200 Subject: [PATCH] updated ssh key --- tasks/ssh-keys.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tasks/ssh-keys.yml b/tasks/ssh-keys.yml index e2239fd..c5ca76f 100644 --- a/tasks/ssh-keys.yml +++ b/tasks/ssh-keys.yml @@ -4,9 +4,10 @@ path: ~/.ssh mode: 0700 state: directory -- name: Ensure the "bryanpedini@bryanbox.home.bjphoster.cloud" key is present +- name: Ensure the "bryanpedini@bryanbox.home.infra.bjphoster.cloud" key is present ansible.builtin.lineinfile: path: ~/.ssh/authorized_keys mode: 0600 - value: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF6KIOHTpybQPsEwCftOr9+43s1Br/PNjcGg24NboVh2 bryanpedini@bryanbox.home.bjphoster.cloud + value: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOuad05527ZlLMfVh9fOlDapVBdQ3dEAyoyZfNvoxqBQ bryanpedini@bryanbox.home.infra.bjphoster.cloud + state: present create: true