diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index d2b6732..56c24f8 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -252,3 +252,4 @@ - include: users/core.yml - include: users/mirsella.yml - include: users/Loial.yml +- include: users/beneskiwik.yml diff --git a/roles/shell/tasks/users/beneskiwik.yml b/roles/shell/tasks/users/beneskiwik.yml new file mode 100644 index 0000000..b14ddb0 --- /dev/null +++ b/roles/shell/tasks/users/beneskiwik.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up beneskiwik + user: + name: beneskiwik + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/beneskiwik +- authorized_key: + user: beneskiwik + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhd/uAF53+KWYY4KM1w9NazOwXAVK7wwsUAboDUMy08YCa2VwMfxTWrFgBPvHBshsZ07uyoK8x0NKW3CqCh/ZHPb17SmfTllHrz6Vut6JRyPaqSVQxqA7bMPxv36qdrMT4c+MKvRJvHC16PVrx2pHidTEBDk/m62R+E/a/4RPYNDDFXsmQ7K8Fon/ZFrHjfA/xvj6PT+8zBEc2Ru/gV7W4hohej8y06E3zkBOx1MHpyWSCJAW8sWpTC9s9nZaGau1ECXi4N077iHsRTOmHF++A6y8d+KcADCSrSLxwN3haL81SsyZ8w3DsAv/gfVfrN07RiFDdRHYIalcFC2Knr0UT"