16 lines
344 B
YAML
16 lines
344 B
YAML
---
|
|
- name: Setting up tel
|
|
user:
|
|
name: tel
|
|
groups: tilde
|
|
state: present
|
|
skeleton: /etc/skel
|
|
shell: /bin/bash
|
|
system: no
|
|
createhome: yes
|
|
home: /home/tel
|
|
- authorized_key:
|
|
user: tel
|
|
state: present
|
|
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAi+Wl/0FS2Sto/LsjNwGnhhJmmjXx9A9Ipqz0gELjSY arch@localhost"
|