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

16 lines
329 B
YAML

---
- name: Setting up q45
user:
name: q45
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/q45
- authorized_key:
user: q45
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHisb3Xk3ND2VHOBWHFYN93fvdJ+Lfe8IIfSf9p7WKrf"