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

16 lines
377 B
YAML

---
- name: Setting up southerntofu
user:
name: southerntofu
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/southerntofu
- authorized_key:
user: southerntofu
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG4bKe9LSA3/AY4gCB20eyJVPW+zOg07/b3A4QC0Z6XC user@laptop"