Adding slip user
This commit is contained in:
parent
1f0eed9ea7
commit
80c81542af
|
@ -12,3 +12,4 @@
|
||||||
- include: users/ubergeek.yml
|
- include: users/ubergeek.yml
|
||||||
- include: users/naglfar.yml
|
- include: users/naglfar.yml
|
||||||
- include: users/fosslinux.yml
|
- include: users/fosslinux.yml
|
||||||
|
- include: users/slip.yml
|
||||||
|
|
|
@ -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"
|
Loading…
Reference in New Issue