From 9e21a29f660c82365a374883272da192790e059f Mon Sep 17 00:00:00 2001 From: Naglfar Date: Fri, 9 Oct 2020 01:36:39 +0200 Subject: [PATCH] Adding user riolo --- roles/shell/tasks/users.yml | 1 + roles/shell/tasks/users/riolo.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 roles/shell/tasks/users/riolo.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 54033a1..4bf4948 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -280,3 +280,4 @@ - include: users/angelmage.yml - include: users/deltav.yml - include: users/famubu.yml +- include: users/riolo.yml diff --git a/roles/shell/tasks/users/riolo.yml b/roles/shell/tasks/users/riolo.yml new file mode 100644 index 0000000..12431fa --- /dev/null +++ b/roles/shell/tasks/users/riolo.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up riolo + user: + name: riolo + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/riolo +- authorized_key: + user: riolo + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDrPQN9BeifH8Sgr+sH+wFKZMe067g6Bp8YwXpg0m24arxRxsW6Cmk/wPAgqxxVT5y38xoWpnbKYk8tdWqPrfH6+k0pUCH3WacD2KXBcoUZL+yjdJ7RkoXCb/x1ooBTUQbpftuajilaFpQbBQw1qmVER63HB3TNsE9tVpA4i4IVDAzBDpmO9LbpuHS/IMuIy5hYc+GyOKG4F501a60A7MDM0AgAr2eR5qoefx5rZtfTpScQ0VOxoOMwxt9s7E3yiX/6rblWWkJStR+Ke/X0cLdwuxyztaFd5wA0J/e1L41gC+vh6KKbfuGFjnnSu2a1dF/uT7Y/ssyAGLF2Zbcj9NyTos/adpMMv1Tf8dcldGgmaJIL+k06w5307WfaTNyYAP8+OfMzrw8QoOkbj+GCmvJ4o4Pe4Ts0UF0qYIkwVVculKW2UbRKAZeBYdTXSaRHnhe95JKNRxy1ZttoDq/3nG80aY02VTyuUTijGp3acveUaHor5wK4msxNcl9JCToBjk="