From eb4b3dcd3bf402ef34d0e53414b85520adb5182d Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Mon, 31 Dec 2018 08:42:50 -0500 Subject: [PATCH] Update 'roles/shell/tasks/users/hawaii.yml' --- roles/shell/tasks/users/hawaii.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/roles/shell/tasks/users/hawaii.yml b/roles/shell/tasks/users/hawaii.yml index ad3a797..2420a9c 100644 --- a/roles/shell/tasks/users/hawaii.yml +++ b/roles/shell/tasks/users/hawaii.yml @@ -9,8 +9,7 @@ system: no createhome: yes home: /home/hawaii -# Commented out. Key recieved in email is invalid. -#- authorized_key: -# user: hawaii -# state: present -# key: "2048 37 17749432769981415552196305511141539244359993468351142136303104544323565787521049861375472320388552983006334627176517733369835445348579949937728070258624476761462187795811561300091196851282745458214211620494934139763627719072680544871480063379801327257225215818822894817206370837318214044937662915278554381617122904907753099640132905332167834925364423153134838953042258654520077796734527657725088616394574491191473221044852202290458083297294367056080505329174952186500650292200133926729085943849913744531070538393839784065000140950818817062965206595358133732338898426112989797820078983828107138361052853770112404086341 rsa-key-20181230" \ No newline at end of file +- authorized_key: + user: hawaii + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAyLRXYtAYkGMnZCRYDKav8MqKA6abqFJdS05Csr4qN2gE6DHxPVl+gHeXHBLYnhV2MtKqQ6LU5KUac4+Pdm71lHSNhq8kgAyr5CnXEWCpn6yx4GWFLCdAY4/ST70OvnDGwre3F0Z+Oc5RXYGJWLlH7OSWYonKrOu+x6ONc1XH3Ixzts/acEdxknPSroJQ/J7nesY14FQDNTRcrUeDjPpH54pZvYofoPoYwS6yEyRVAj86v/cyzFGGhfXonU7c2eFYKMW8lYswuN8sC1JKXh+2hgfT8ALqcpA7OXj6r00xicUX2Rn13Tmnt+yhgC2aq9dEv/KIB4drwOK57Jyw/faMOQ== rsa-key-20181231" \ No newline at end of file