ansible-thunix/roles/shell/tasks/users/julianmarcos.yml

16 lines
374 B
YAML

---
- name: Setting up julianmarcos
user:
name: julianmarcos
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/julianmarcos
- authorized_key:
user: julianmarcos
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEn+d2Kqrhq+4q45Iyoe/ygt9XbDGUgwdVk3BC5fME2/ jmjl@art"