Adding user chorigato
This commit is contained in:
parent
409fa55f70
commit
92fc1a36a0
|
@ -364,3 +364,4 @@
|
|||
- include: users/pingushi.yml
|
||||
- include: users/kmstout.yml
|
||||
- include: users/larryswinger.yml
|
||||
- include: users/chorigato.yml
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
- name: Setting up chorigato
|
||||
user:
|
||||
name: chorigato
|
||||
groups: tilde
|
||||
state: present
|
||||
skeleton: /etc/skel
|
||||
shell: /bin/bash
|
||||
system: no
|
||||
createhome: yes
|
||||
home: /home/chorigato
|
||||
- authorized_key:
|
||||
user: chorigato
|
||||
state: present
|
||||
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOf2r2VEA9ldiemW4jQz/Z4i14ayCd2GlqjeL74ZeuP9 atenea@atenea-Intel-powered-classmate-PC"
|
Loading…
Reference in New Issue