Adding user bosch40

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

View File

@ -325,3 +325,4 @@
- include: users/daksh.yml
- include: users/aryak.yml
- include: users/tel.yml
- include: users/bosch40.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up bosch40
user:
name: bosch40
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/bosch40
- authorized_key:
user: bosch40
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ/J9v1RVnuQBc8bRcByWko609JnX1ErjuRZkS0wXz4I"