Adding user sasaboss

This commit is contained in:
Blade of Darkness 2020-11-14 14:44:02 +01:00
parent 414faab2de
commit c05a8deb73
2 changed files with 16 additions and 0 deletions

View File

@ -292,3 +292,4 @@
- include: users/fengf.yml
- include: users/axolotl.yml
- include: users/lesstech.yml
- include: users/sasaboss.yml

View File

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