Adding user bacteria
This commit is contained in:
parent
fb5c255331
commit
8cb24f514e
|
@ -347,3 +347,4 @@
|
||||||
- include: users/fenris.yml
|
- include: users/fenris.yml
|
||||||
- include: users/hana.yml
|
- include: users/hana.yml
|
||||||
- include: users/conform.yml
|
- include: users/conform.yml
|
||||||
|
- include: users/bacteria.yml
|
||||||
|
|
|
@ -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"
|
Loading…
Reference in New Issue