From 22589e68cd69e6daf93bdcbae4a574d6814668f4 Mon Sep 17 00:00:00 2001 From: reese sapphire Date: Sun, 4 Sep 2022 17:28:53 +0000 Subject: [PATCH 1/2] added my public key --- ansible/files/keys/reese.pub | 1 + 1 file changed, 1 insertion(+) create mode 100644 ansible/files/keys/reese.pub diff --git a/ansible/files/keys/reese.pub b/ansible/files/keys/reese.pub new file mode 100644 index 0000000..f5a5cc8 --- /dev/null +++ b/ansible/files/keys/reese.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINCIbUCvwSaRyHizGo4VcmpgufzYZQPS4+ypUGGXfA9n reese@sad-machine -- 2.40.1 From 4201860b717aa76052e77e257f1532e8bbcca09f Mon Sep 17 00:00:00 2001 From: forest Date: Wed, 14 Sep 2022 19:20:11 +0000 Subject: [PATCH 2/2] add reese to operators --- ansible/group_vars/all | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/group_vars/all b/ansible/group_vars/all index 24e9b11..c79c954 100644 --- a/ansible/group_vars/all +++ b/ansible/group_vars/all @@ -6,6 +6,7 @@ operators: - vvesley - zico - queerposting + - reese alpine_common_utilities: - ip6tables -- 2.40.1