sakhawkins account unenforced in ansible

This commit is contained in:
Ubergeek 2022-02-16 18:58:21 -05:00
parent e3ef169906
commit f023b0fcd3
2 changed files with 0 additions and 16 deletions

View File

@ -117,7 +117,6 @@
#- include: users/responsibleracoon.yml
- include: users/ringo.yml
#- include: users/riska.yml
- include: users/sakhawkins.yml
#- include: users/sancho.yml
#- include: users/sata.yml
- include: users/saturnv.yml

View File

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