Adding user info

This commit is contained in:
Blade of Darkness 2019-11-28 01:57:46 +00:00
parent a7fff7ea52
commit fed9584b6c
2 changed files with 17 additions and 0 deletions

View File

@ -162,3 +162,4 @@
- include: users/shark.yml
- include: users/stereo.yml
- include: users/joro.yml
- include: users/info.yml

View File

@ -0,0 +1,16 @@
---
- name: Setting up info
user:
name: info
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/info
- authorized_key:
user: info
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCMK4H6kDNDqkda/JkeEVcQcU1sn/zAh8W6KnP/EyZ2hUqvqiCG8f441DCE9dJCq7ZB/xM4TLAFr/UVfdqoGdyiAf5LtBwGydz1AJqF7PRVvYnE8knO1p8HH5nx1jSYFHIXoS3grvVSbyUzJkYR1V22xjxjyhpOjjAXwHAhYQHVpbspVQHCE3gHNU1zvYwAP1pBqWGtTGKMATtMz6ECcl3d4jhCrkq2wVoTOWDSzBvfOOmxW3WnI/AD9q2W71tEeymVBkgJ/2jfrVa3mKP4/ng9jsva/Tes4gxwFduZMxcXt2Hpf+v3dC/rlqYPKGRkf1N+UmnlCpmGuMDpTWUJix9f thunixshell"