Adding user jac98

This commit is contained in:
Ubergeek 2019-12-28 21:09:00 +00:00
parent 37a2b050b4
commit 3fcb907f5e
2 changed files with 16 additions and 0 deletions

View File

@ -171,3 +171,4 @@
- include: users/saturnv.yml
- include: users/chispitos.yml
- include: users/bacterio.yml
- include: users/jac98.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up jac98
user:
name: jac98
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/jac98
- authorized_key:
user: jac98
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDJdu3JpA02RFmd9YVhVIw53FolIR9Drq2TJzob8jVmcn6S5cXjTfZ+//OJk2wopLoRkEn2hF+nuYM7apPLgGuKbMDcdC9czIOymgaXbm3q9h7Nj2REIQeIHohO7UMN7pf"