Adding user conform

This commit is contained in:
Blade of Darkness 2021-05-21 09:03:55 +02:00
parent 92d236817c
commit fb5c255331
2 changed files with 16 additions and 0 deletions

View File

@ -346,3 +346,4 @@
- include: users/ayush.yml
- include: users/fenris.yml
- include: users/hana.yml
- include: users/conform.yml

View File

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