diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 0c84d08..7f7f3fd 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -304,3 +304,4 @@ - include: users/cypok.yml - include: users/julianmarcos.yml - include: users/jjasghar.yml +- include: users/novaburst.yml diff --git a/roles/shell/tasks/users/novaburst.yml b/roles/shell/tasks/users/novaburst.yml new file mode 100644 index 0000000..655d271 --- /dev/null +++ b/roles/shell/tasks/users/novaburst.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up novaburst + user: + name: novaburst + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/novaburst +- authorized_key: + user: novaburst + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRMJF+secOobfazaW8JhVI6T2efeDU83aW9YCe8UXCf78DfHchEj9QtpzvsmicGCU//1gUC8egGGTqX6+05xaHSchFlArC6e0f6zBrrxtTu5tIjsLV0PcwyeBrM4ucil8LDYSxjHXf9mZ9dMc+RHaweQQPopUvEomNVDeeqx7Ez5t7O+7Hu77e6irh/LCPFsrAjD88vmZOZ5rHucmcfJhtmAXF3YFBVdluMENRefGOEvUxTr2gPQr1CI8aM5Vd++ajY8O+0iBpwc/lvV6Xt9QFpDJZLmg8nyibbiyLhyCWhcStNZxy8i7GBhs2G+134AHvzysih/Vc7fFa5dT1L7W9 nova@nova-laptop"