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"