Adding user alma

This commit is contained in:
Blade of Darkness 2020-10-20 00:25:34 +02:00
parent 5ae561d57b
commit f82c4ae64e
2 changed files with 16 additions and 0 deletions

View File

@ -283,3 +283,4 @@
- include: users/riolo.yml
- include: users/catman.yml
- include: users/genvara.yml
- include: users/alma.yml

View File

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