ansible/roles/shell/tasks/users/amcclure.yml

18 lines
533 B
YAML
Raw Normal View History

2018-12-21 16:19:47 +00:00
---
- user:
name: amcclure
groups: tilde, sudo
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/amcclure
- authorized_key:
user: amcclure
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFheJihLfXJ4jg2bRKKAErB76fw8izDxpg4dFibaQage amcclure@Antons-MacBook-Pro.local"
2018-12-21 16:19:47 +00:00
- authorized_key:
user: amcclure
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINQ5CBrqSoOT/EsuMJzniUj9M0jOSedcpSwrS56KE700 amcclure@DESKTOP-B9N337U"