Adding user kuldar

This commit is contained in:
Blade of Darkness 2020-06-23 00:01:50 +02:00
parent b96c77af7f
commit 0e88b46889
2 changed files with 16 additions and 0 deletions

View File

@ -240,3 +240,4 @@
- include: users/Cha0t1c.yml
- include: users/farooqkz.yml
- include: users/hellspawn.yml
- include: users/kuldar.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up kuldar
user:
name: kuldar
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/kuldar
- authorized_key:
user: kuldar
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPMxfEsl6GwmfM1NUnSErOQXY4Klw1e0mTzJxrHVdTNU kuldar@localhost"