diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index e67e7e66..2513d53a 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -263,3 +263,4 @@ - include: users/rolkoz.yml - include: users/kjotere.yml - include: users/linkzyzprophet.yml +- include: users/computertech.yml diff --git a/roles/shell/tasks/users/computertech.yml b/roles/shell/tasks/users/computertech.yml new file mode 100644 index 00000000..984a8524 --- /dev/null +++ b/roles/shell/tasks/users/computertech.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up computertech + user: + name: computertech + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/computertech +- authorized_key: + user: computertech + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAlywR+GXWaNMO/jPcGj8Rv+xHhNHW62IX9y1eH1TV8x1S4auEAX4iPyXjqiNJH6NQuaxm+wyxMMjwaYyZkRoqDF28aI8RUqjnBBsZ7pkdLUGfu5KR2t/fu05ABMM40AI4wyBoO7QwsNr1/17iEcZD7p/kOP3IJlfMno/+bXQkGcB+fI9PtAgfZK3/UFFgggcnvFBrHGf79XmfisPblMy76BDhvXlPU1q/ecW2RYfZ7dnnGHhVH1EhddD2ibM0oNoqtyRmYnq6++gfvh3RM4VJf6IfCfErO3hOJ3bmaD/VhMvgH6ddf7HsIMOV9vgiDo3o6hPbsGEsw/ffU5KeqgSFow=="