conform account unenforced in ansible

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

View File

@ -267,7 +267,6 @@
- include: users/imperishable_dusk.yml
- include: users/fenris.yml
- include: users/hana.yml
- include: users/conform.yml
- include: users/bacteria.yml
- include: users/lbcnz.yml
- include: users/kax.yml

View File

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