diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 52e887e..526ad59 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -290,3 +290,4 @@ - include: users/lukaszwdowiak.yml - include: users/slaserx.yml - include: users/fengf.yml +- include: users/axolotl.yml diff --git a/roles/shell/tasks/users/axolotl.yml b/roles/shell/tasks/users/axolotl.yml new file mode 100644 index 0000000..3afd959 --- /dev/null +++ b/roles/shell/tasks/users/axolotl.yml @@ -0,0 +1,15 @@ +--- +- 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"