diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index aab0bca..f8521ab 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -113,3 +113,4 @@ - include: users/skirk.yml - include: users/serafeim.yml - include: users/dot.yml +- include: users/virus.yml diff --git a/roles/shell/tasks/users/virus.yml b/roles/shell/tasks/users/virus.yml new file mode 100644 index 0000000..04b05f9 --- /dev/null +++ b/roles/shell/tasks/users/virus.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up virus + user: + name: virus + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/virus +- authorized_key: + user: virus + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+28Ct8xvfUG/1Dt1BH/wa4b7fGP3LV+OwYf2XZxEoHgG/JE5WbiLQXiJR3BAyerJSwxBcPvtZbUOD0BJ6wXbVXJnhlJOOzs48KeGWvXycHx3QfGMSP0pyQGQkSKVpaU6mJu6mbKnuoaiuBIVm3kww/TWGKVHKQHKdGvXcgdu6tzYWkduniGZFzfGpTlYnt4im1PRPxfKhcyD8bZ797JGq7KCiVYnE9+XO2LeM4OB5VD2liX94YS64l6E3SJxC0k4KF+PcrRcvzJfWdq6NyYEod7vouH4BjLUZohiAA0Xxt2Zafas+EaRAeML+NUC8CxsS+6G7sfA3bAqhmbvEQ0wd"