mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-22 11:50:18 +00:00
Adding user noce
This commit is contained in:
@@ -170,3 +170,4 @@
|
|||||||
- include: users/jac98.yml
|
- include: users/jac98.yml
|
||||||
- include: users/turboblack.yml
|
- include: users/turboblack.yml
|
||||||
- include: users/d34d.yml
|
- include: users/d34d.yml
|
||||||
|
- include: users/noce.yml
|
||||||
|
|||||||
15
roles/shell/tasks/users/noce.yml
Normal file
15
roles/shell/tasks/users/noce.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
- name: Setting up noce
|
||||||
|
user:
|
||||||
|
name: noce
|
||||||
|
groups: tilde
|
||||||
|
state: present
|
||||||
|
skeleton: /etc/skel
|
||||||
|
shell: /bin/bash
|
||||||
|
system: no
|
||||||
|
createhome: yes
|
||||||
|
home: /home/noce
|
||||||
|
- authorized_key:
|
||||||
|
user: noce
|
||||||
|
state: present
|
||||||
|
key: "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNZvlGEa+15tU1UEkDfcUq20LZLrimYUbHDMHooGAnvoOfT9+0QcAN59KxKA3mz3o0ZzP4gVwtOivEC6etyAfZk="
|
||||||
Reference in New Issue
Block a user