diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 6a6dbca..4f4808c 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -216,3 +216,4 @@ - include: users/resultcek.yml - include: users/rohs.yml - include: users/lukewarmcat.yml +- include: users/lickthecheese.yml diff --git a/roles/shell/tasks/users/lickthecheese.yml b/roles/shell/tasks/users/lickthecheese.yml new file mode 100644 index 0000000..f3638a2 --- /dev/null +++ b/roles/shell/tasks/users/lickthecheese.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up lickthecheese + user: + name: lickthecheese + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/lickthecheese +- authorized_key: + user: lickthecheese + state: present + key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGWrzyntW1bgfQ10SBIOMR0ZBkLVtBL1OAGzC2nmUGds ltc@cbarchbtw"