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

16 lines
344 B
YAML
Raw Normal View History

2022-03-14 21:49:42 +00:00
---
- 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"