g1n account unenforced in ansible

This commit is contained in:
Ubergeek 2022-02-16 19:20:52 -05:00
parent 778f75f591
commit 6420f9fb34
2 changed files with 0 additions and 16 deletions

View File

@ -272,7 +272,6 @@
- include: users/kax.yml
- include: users/nix.yml
- include: users/kasmo.yml
- include: users/g1n.yml
- include: users/lguilher.yml
- include: users/vadim.yml
- include: users/buggy.yml

View File

@ -1,15 +0,0 @@
---
- 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"