Adding user g1n

This commit is contained in:
Blade of Darkness 2021-06-04 12:42:44 +02:00
parent e43e9ca6c7
commit a8b13095b8
2 changed files with 16 additions and 0 deletions

View File

@ -352,3 +352,4 @@
- include: users/kax.yml
- include: users/nix.yml
- include: users/kasmo.yml
- include: users/g1n.yml

View File

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