diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 7c0ef80..e200a3b 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -274,3 +274,4 @@ - include: users/arthureroberer.yml - include: users/snork.yml - include: users/xigoi.yml +- include: users/subhadra.yml diff --git a/roles/shell/tasks/users/subhadra.yml b/roles/shell/tasks/users/subhadra.yml new file mode 100644 index 0000000..04aa70e --- /dev/null +++ b/roles/shell/tasks/users/subhadra.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up subhadra + user: + name: subhadra + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/subhadra +- authorized_key: + user: subhadra + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1kso/6SQ04Y0RMIaHns1uht9IrEKanWZdAYF88izyxZmpeGDS4hkOhjBVrhT7YUr4OczhqOT95xHPgrHOalsyL56Xqz4ytNZKI45LqjwK4NVU4jCMjdH/dqxEvOotsY9a2hHAdWeqfh/TwNTC5bNKSudfaygx2ie/fEueVfB1FwLHFIuCcVXwLowR9AfXdDfKV8VzKowkWQi9DFq4evUEQZTti157m3RD3CbkOF3VRMZUNdCGl31nO3ecoUzH/eU83lZYjds9KIgmwRXzt/Ifl6HNusI4PDqhaqRqulpWMsM5MdgawYhZpXnzHCwGFj9pQmnQsSB9vXDMgwCUIaPL"