mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 05:40:17 +00:00
Adding user chorigato
This commit is contained in:
@@ -364,3 +364,4 @@
|
||||
- include: users/pingushi.yml
|
||||
- include: users/kmstout.yml
|
||||
- include: users/larryswinger.yml
|
||||
- include: users/chorigato.yml
|
||||
|
||||
15
roles/shell/tasks/users/chorigato.yml
Normal file
15
roles/shell/tasks/users/chorigato.yml
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user