Adding user cypher

This commit is contained in:
Ubergeek 2020-04-06 06:44:29 -04:00
parent aa82558b83
commit 1749a672fb
2 changed files with 16 additions and 0 deletions

View File

@ -202,3 +202,4 @@
- include: users/neotux.yml
- include: users/n0a110w.yml
- include: users/stern.yml
- include: users/cypher.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up cypher
user:
name: cypher
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/cypher
- authorized_key:
user: cypher
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBhFUv76/7NH0GGubQPMfedltUE0RJplmVGiUW10/EEipQ5/sqS5RopkIAMBg30vtpmVyET5mL1vkNWMnXJErA9xuzJ/zttuFv8lqJ7ATVkN+CkFgRn6lr96pTy/RWwuc1nfHdTyIs20lKyAnCjjNJAmLl+1ufMmRezShHFMBmFkxadJ8LaHJPwxx/Gxde/kgUUV5eHB8qaUYwaNae81+3q7gILKPNEyLrr4WOv5yvHhjefNDLq0l+K8cE9Hatgi6pWFBlSe7vfW9RAIjVNd+RSEh0rVI7QMTc1zH8hsl8ViFOOULaxjChDgsCwsxu0WVlCDmkqhQW56ZgIxpUx26t"