Update 'roles/shell/tasks/users/amcclure.yml'
This commit is contained in:
parent
3c3b484c72
commit
4dc114db51
|
@ -12,6 +12,10 @@
|
||||||
user: amcclure
|
user: amcclure
|
||||||
state: present
|
state: present
|
||||||
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFheJihLfXJ4jg2bRKKAErB76fw8izDxpg4dFibaQage amcclure@Antons-MacBook-Pro.local"
|
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFheJihLfXJ4jg2bRKKAErB76fw8izDxpg4dFibaQage amcclure@Antons-MacBook-Pro.local"
|
||||||
|
- authorized_key:
|
||||||
|
user: amcclure
|
||||||
|
state: present
|
||||||
|
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBywPzkTo3xB2xCtXNejfsTn+5S3mCPbnu1brR792jN1 amcclure@solaris"
|
||||||
- authorized_key:
|
- authorized_key:
|
||||||
user: amcclure
|
user: amcclure
|
||||||
state: present
|
state: present
|
||||||
|
|
Loading…
Reference in New Issue