Adding user axolotl

This commit is contained in:
Blade of Darkness 2020-11-11 23:06:38 +01:00
parent 478adedb7b
commit d0c9711bf3
2 changed files with 16 additions and 0 deletions

View File

@ -290,3 +290,4 @@
- include: users/lukaszwdowiak.yml
- include: users/slaserx.yml
- include: users/fengf.yml
- include: users/axolotl.yml

View File

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