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

16 lines
389 B
YAML
Raw Normal View History

2022-01-28 21:38:22 +00:00
---
- name: Setting up t0rchedf3rn
user:
name: t0rchedf3rn
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/t0rchedf3rn
- authorized_key:
user: t0rchedf3rn
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPYW4xMAgyRgqeIjazbKwY2w8aos/UmsEu3Rhk9677zf t0rchedf3rn@LAPTOP-9LT990T3"