From 61c901ec67173dd644b8f31c2d3c3a8966d95edb Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Wed, 16 Feb 2022 19:03:46 -0500 Subject: [PATCH] axolotl account unenforced in ansible --- roles/shell/tasks/users.yml | 1 - roles/shell/tasks/users/axolotl.yml | 15 --------------- 2 files changed, 16 deletions(-) delete mode 100644 roles/shell/tasks/users/axolotl.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 42e250f..f622b71 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -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 diff --git a/roles/shell/tasks/users/axolotl.yml b/roles/shell/tasks/users/axolotl.yml deleted file mode 100644 index 3afd959..0000000 --- a/roles/shell/tasks/users/axolotl.yml +++ /dev/null @@ -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"