From 41ac1d72d9a616ccf8fc1e6ca4ba6b3ba0e5a85a Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Tue, 28 May 2019 19:29:45 -0400 Subject: [PATCH] amcclure ssh key added new ssh key --- roles/shell/tasks/users/amcclure.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/roles/shell/tasks/users/amcclure.yml b/roles/shell/tasks/users/amcclure.yml index a75b8f1..bc45ee4 100644 --- a/roles/shell/tasks/users/amcclure.yml +++ b/roles/shell/tasks/users/amcclure.yml @@ -19,4 +19,8 @@ - authorized_key: user: amcclure state: present - key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAb/LEff3etQLEEF6L61KyTkxXfsI6tJwV161oSoPkyb amcclure@gowinnt" \ No newline at end of file + key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAb/LEff3etQLEEF6L61KyTkxXfsI6tJwV161oSoPkyb amcclure@gowinnt" +- authorized_key: + user: amcclure + state: present + key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPviU+iBxO7xObbUxRS3+2WkKJAW4a7rnneLfFfip9wE amcclure@Antons-MacBook-Pro.local"