axolotl account unenforced in ansible

This commit is contained in:
Ubergeek 2022-02-16 19:03:46 -05:00
parent 7e3c13a64c
commit 61c901ec67
2 changed files with 0 additions and 16 deletions

View File

@ -234,7 +234,6 @@
- include: users/uberius.yml
- include: users/low-key.yml
- include: users/fengf.yml
- include: users/axolotl.yml
- include: users/lesstech.yml
- include: users/sasaboss.yml
- include: users/crispr.yml

View File

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