Adding user zerw

This commit is contained in:
Blade of Darkness 2021-01-29 23:32:04 +01:00
parent 452b834e1e
commit 532e9e22e5
2 changed files with 16 additions and 0 deletions

View File

@ -313,3 +313,4 @@
- include: users/gzj.yml
- include: users/samthecoder.yml
- include: users/travankor.yml
- include: users/zerw.yml

View File

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