Adding user tel

This commit is contained in:
Blade of Darkness 2022-03-14 22:49:42 +01:00
parent eee1dac8e4
commit 2afbca002a
2 changed files with 16 additions and 0 deletions

View File

@ -324,3 +324,4 @@
- include: users/bsimjoo.yml
- include: users/daksh.yml
- include: users/aryak.yml
- include: users/tel.yml

View File

@ -0,0 +1,15 @@
---
- 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"