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

16 lines
345 B
YAML

---
- name: Setting up alma
user:
name: alma
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/alma
- authorized_key:
user: alma
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICFIttcpz0eFOYh3jUVw2NRST5rAFFFFPWfn6yNuuhat alma@laptop"