Adding user iamruinous
This commit is contained in:
parent
441abef023
commit
5f12298e91
|
@ -381,3 +381,4 @@
|
|||
- include: users/noisytoot.yml
|
||||
- include: users/pourjour.yml
|
||||
- include: users/kiwichat.yml
|
||||
- include: users/iamruinous.yml
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
- name: Setting up iamruinous
|
||||
user:
|
||||
name: iamruinous
|
||||
groups: tilde
|
||||
state: present
|
||||
skeleton: /etc/skel
|
||||
shell: /bin/bash
|
||||
system: no
|
||||
createhome: yes
|
||||
home: /home/iamruinous
|
||||
- authorized_key:
|
||||
user: iamruinous
|
||||
state: present
|
||||
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2PfXDg3OV2BPDywPhMGjJ93DDFBoPa1jozUlj+E9b5RCa90rUEqSZMYMje3ee1PwVbVTlDNYzoy+R7btH8KjsrK0UWoPPDbxyJjNQLXgtGLQ6Er9eBwQ3Ff+QrYthTRTQiZCVII5tRv1WF76h89i/yMcBqS5MH9pB8WUH54nkyhW0hDVYEj3hl178k7Gpbcxr5XrlHGrGFPdjJSUHDO20LhOjgYIQ36xlkIbRdNk3SIN3lRcDlKsuz/wE777XGpiVTUqPTFaKXa7uPW7vNHjVPzEWofTNkY68Xz0LiPLAW+c9I/vEShi1hWyStWKqXxDgrGStD3GhZHZnQY8PU+EaQ== jmeskill@airjade.local"
|
Loading…
Reference in New Issue