Adding user bacteria

This commit is contained in:
Blade of Darkness 2021-05-25 23:19:15 +02:00
parent fb5c255331
commit 8cb24f514e
2 changed files with 16 additions and 0 deletions

View File

@ -347,3 +347,4 @@
- include: users/fenris.yml
- include: users/hana.yml
- include: users/conform.yml
- include: users/bacteria.yml

View File

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