From 6734a76ae197b82657c24533942b69be9074a16d Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Tue, 25 Jun 2019 01:04:29 +0000 Subject: [PATCH] Adding user linel --- roles/shell/tasks/users.yml | 1 + roles/shell/tasks/users/linel.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 roles/shell/tasks/users/linel.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index ea04406..4c4a72b 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -117,3 +117,4 @@ - include: users/mandlebroth.yml - include: users/victoralt.yml - include: users/arch3r.yml +- include: users/linel.yml diff --git a/roles/shell/tasks/users/linel.yml b/roles/shell/tasks/users/linel.yml new file mode 100644 index 0000000..d34e78d --- /dev/null +++ b/roles/shell/tasks/users/linel.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up linel + user: + name: linel + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/linel +- authorized_key: + user: linel + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLje5x/5mv9DbH9VLwZvtFcPhjMBdRQV4Qt2LU657z3dilWuunPijV0h2j43YPHecp7AoUa7CIkMV6ayCPn7I6q55KZz7qPASK6j42e+uJeib4iKCcpjoPFSnVrJtYEKXmgJ1qs7jafpfdxlhYLO+UAKpZYlEL0iD27MkG0i86uHnlf9bsVOMhrD1NzvwU7de4oYc9xQuDbz3OXplERfjqIqI6xGXQe96kE0jnviTSgraVxduXNl1Za+BdeUertnmVXZpmlhxk4F9l29uZuG/aH3pLs+6P9wJ0HORi/vDFFv7oRup4UAOYYHOcR/xtL10AxGg01jPMg+wUZ9Q0HtJ9 cristian@cristian-intel"