Adding user catman

This commit is contained in:
Blade of Darkness 2020-10-09 01:40:50 +02:00
parent 9e21a29f66
commit a26ee26e09
2 changed files with 16 additions and 0 deletions

View File

@ -281,3 +281,4 @@
- include: users/deltav.yml
- include: users/famubu.yml
- include: users/riolo.yml
- include: users/catman.yml

View File

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