mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-24 12:50:19 +00:00
Adding user Cha0t1c
This commit is contained in:
@@ -237,3 +237,4 @@
|
|||||||
- include: users/brendantcc.yml
|
- include: users/brendantcc.yml
|
||||||
- include: users/stadham.yml
|
- include: users/stadham.yml
|
||||||
- include: users/missk.yml
|
- include: users/missk.yml
|
||||||
|
- include: users/Cha0t1c.yml
|
||||||
|
|||||||
15
roles/shell/tasks/users/Cha0t1c.yml
Normal file
15
roles/shell/tasks/users/Cha0t1c.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
- name: Setting up Cha0t1c
|
||||||
|
user:
|
||||||
|
name: Cha0t1c
|
||||||
|
groups: tilde
|
||||||
|
state: present
|
||||||
|
skeleton: /etc/skel
|
||||||
|
shell: /bin/bash
|
||||||
|
system: no
|
||||||
|
createhome: yes
|
||||||
|
home: /home/Cha0t1c
|
||||||
|
- authorized_key:
|
||||||
|
user: Cha0t1c
|
||||||
|
state: present
|
||||||
|
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCjbeAqKygyD0ea+495lIaJ5u8f4nGikhGb5BnoPSHnphysOb9Ky2pl74sr3AFTqdu5uu8q79od2aoZvgHEbmRynF3b3LDXfCXBIUtomlyN0lD+B3L6pgH9FssPuZxg8QQCepOE110ILT3Z3n02jlK0feqVbMQp8MjUZNTcRsiqXwYoqSDqBny9hrhdn4Vnf1qmNYBC3sUjM84prLi/VupmN9M4brBHj6e7QKS4FKsfogl4Yog8B8qM2/iTLjqIxsDiy76MFMqZzE+bCccDx/6UK9JOF35umreE39cefdCT7y0hlgjIk7qcxqjsmJItVnLWGFHtYSUbYLM+lC23qXx/ cha0t1c@home"
|
||||||
Reference in New Issue
Block a user