thunix/roles/shell/tasks/users/mspe.yml

16 lines
333 B
YAML

---
- name: Setting up mspe
user:
name: mspe
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/mspe
- authorized_key:
user: mspe
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICZAs76kQJ0/Et2NGzhxurK2wE0VhYsG9wl85iCmR9xH"