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

16 lines
333 B
YAML

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