Adding user quantum

This commit is contained in:
Ubergeek 2019-08-05 23:05:30 +00:00 committed by fosslinux
parent 843dce6644
commit 1f13a9cb36
2 changed files with 16 additions and 0 deletions

View File

@ -137,3 +137,4 @@
- include: users/fncso.yml
- include: users/fncdo.yml
- include: users/pavel.yml
- include: users/quantum.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up quantum
user:
name: quantum
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/quantum
- authorized_key:
user: quantum
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnuaw+88Pjyu+yNBeQO8knLWwr8NyseIPZxiX8WljuBIw1u4e61gas3sSnaBz3r3CwY4yczv4MSA6AbmA+itFS1tv7FGuQnHIcimhzsGBXcC9232nzJFtZe3W5HUTxXnx74p7kn/0fNJkRl4ckvEeQR1AfmA+AvVsavbvVaE1YdtyA3JSiZ4lB7gvY8oQi2pPcXP8c9so+R3v3LfDX6TVKnYyQ5TCFBk/LqIQwVl0JEBJj5hHt1ppXr+ZrePgw3tT/a4q8FF9LZ/c7GN0FVbWBfgoUUJEuknMXiNk9xY+SLW4PgLBw1sBLYLGIN83wdcdFOolAlD4QbnEBvcN2zFpb"