From f5f320b6442ddd23937e184eed5e6a0bdb50fd14 Mon Sep 17 00:00:00 2001 From: Naglfar Date: Fri, 4 Dec 2020 20:27:39 +0100 Subject: [PATCH] Adding user novaburst --- roles/shell/tasks/users.yml | 1 + roles/shell/tasks/users/novaburst.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 roles/shell/tasks/users/novaburst.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 0c84d088..7f7f3fdb 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 00000000..655d271d --- /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"