diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index d65dcd4..492c76d 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -58,3 +58,4 @@ - include: users/gigmx.yml - include: users/majidhameed.yml - include: users/h.yml +- include: users/amelia.yml diff --git a/roles/shell/tasks/users/amelia.yml b/roles/shell/tasks/users/amelia.yml new file mode 100644 index 0000000..879b342 --- /dev/null +++ b/roles/shell/tasks/users/amelia.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up amelia + user: + name: amelia + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/amelia +- authorized_key: + user: amelia + state: present + key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIo5HjxFsw/HLBn3Qxmmg3zqoOcFyr60wmxA4AmomO7N amelia@ctrl-c.club"