diff --git a/roles/shell/tasks/users/lickthecheese.yml b/roles/shell/tasks/users/xfnw.yml similarity index 71% rename from roles/shell/tasks/users/lickthecheese.yml rename to roles/shell/tasks/users/xfnw.yml index f3638a2f..c3b12e3f 100644 --- a/roles/shell/tasks/users/lickthecheese.yml +++ b/roles/shell/tasks/users/xfnw.yml @@ -1,15 +1,15 @@ --- -- name: Setting up lickthecheese +- name: Setting up xfnw user: - name: lickthecheese + name: xfnw groups: tilde state: present skeleton: /etc/skel shell: /bin/bash system: no createhome: yes - home: /home/lickthecheese + home: /home/xfnw - authorized_key: - user: lickthecheese + user: xfnw state: present key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGWrzyntW1bgfQ10SBIOMR0ZBkLVtBL1OAGzC2nmUGds ltc@cbarchbtw"