Adding user linel

This commit is contained in:
Ubergeek 2019-06-25 01:04:29 +00:00
parent 0953aaa9f6
commit 6734a76ae1
2 changed files with 16 additions and 0 deletions

View File

@ -117,3 +117,4 @@
- include: users/mandlebroth.yml
- include: users/victoralt.yml
- include: users/arch3r.yml
- include: users/linel.yml

View File

@ -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"