diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index ab474fe..9851762 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -393,3 +393,4 @@ - include: users/mnusw.yml - include: users/oliver.yml - include: users/miningpro362.yml +- include: users/wrk.yml diff --git a/roles/shell/tasks/users/wrk.yml b/roles/shell/tasks/users/wrk.yml new file mode 100644 index 0000000..cb6ead2 --- /dev/null +++ b/roles/shell/tasks/users/wrk.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up wrk + user: + name: wrk + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/wrk +- authorized_key: + user: wrk + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCCmEca1Lf5cO/03twc4EGW500/AaYDFfzQvXE5yPxAKPpC2GJ4kONVNcj6uJ4q4pZRWJLH01FEkywSalxbiwRkDuyUGXUhEjWyAO40HSySCSSHZAkD4YAg2virrYoKEcq7BYoXZYVLzf26Mta5yEbiIyhjlHB+7toy+GRmRQEhHQ=="