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

16 lines
333 B
YAML
Raw Normal View History

2019-05-30 11:34:36 +00:00
---
- 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
2020-04-03 16:17:33 +00:00
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICZAs76kQJ0/Et2NGzhxurK2wE0VhYsG9wl85iCmR9xH"