Adding slip user

This commit is contained in:
Ubergeek 2018-12-23 17:44:15 +00:00
parent 1f0eed9ea7
commit 80c81542af
2 changed files with 19 additions and 0 deletions

View File

@ -12,3 +12,4 @@
- include: users/ubergeek.yml
- include: users/naglfar.yml
- include: users/fosslinux.yml
- include: users/slip.yml

View File

@ -0,0 +1,18 @@
---
- name: Setting up slip
user:
name: slip
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/slip
- authorized_key:
user: slip
state: present
key: "ssh-rsa
AAAAB3NzaC1yc2EAAAADAQABAAABAQDxJLB1+h8N2FBTLkPdumTLFej01B7k59ejv5NQ2REOGtZrEdaCT/Qb0YSyhiKL8BL4Auwl1FLWiOkazTO8JdD84TaBCuijOpo9v5UPMA9M46F5A1hfkOSUw2UzfcXOuygZIJSPylxDnevcDI/dG0IWJxdbDMrCiX7+E1yapIHH
sAaioajeAUgnV5V+mJ30+YKynVIqaW8odZNAGNwIshZptdYLgYht28EJ1p0BP0LN5wk9c/JZsR0Y9npbkk6K4l3TiIrlCMQg8FhmTvbKA4adhhokQ8XQV2/EmqVRd/ip/ibkN0U8UNxEppRCVuMe7Pu2rp0m861FLfXV9hfx+I9B chrono@localhost"