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

16 lines
363 B
YAML

---
- name: Setting up lokiwho
user:
name: lokiwho
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/lokiwho
- authorized_key:
user: lokiwho
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK3PJfAIT3dj/dCbecKMPtLEwKOdwERWI+lBJJhCNRRl loki@puddlejumper"