diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 09ea219a..266114eb 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -205,3 +205,4 @@ - include: users/cypher.yml - include: users/pkuz.yml - include: users/h3rz.yml +- include: users/gjeu.yml diff --git a/roles/shell/tasks/users/gjeu.yml b/roles/shell/tasks/users/gjeu.yml new file mode 100644 index 00000000..3ac8205e --- /dev/null +++ b/roles/shell/tasks/users/gjeu.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up gjeu + user: + name: gjeu + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/gjeu +- authorized_key: + user: gjeu + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDg3b+kJyCvk+YYWUpgMF0M4XfMni39+QOUwiHSCADIOkH0XuxnwfpHbO4V33vd2hFFXGQxXwQkFeh62BzicUJ/DiFTMh5EwO/uahV/Fy4dOxe0l5/GGcCn13oCiyI4mKohAOYhyIcyqaI7A4arQi4FkRtBkfQ1RaEdb4x8bDh5AdUyh5p21ZJ882nv9k9JpIjLTXaUu90gD3liPh4GZWrcYL7z3sdkBtIewQCeSwrCYWqVKhs6cgryODXA9zdpMQSBDZm7vVw7cwTU4/Z1/qCaF5waO42u6FmaTyJmw6nBIMADY6Y5phP49UEtDYMU9mx5d41aGV2wF3lM2xi0OowF"