Adding user igor

This commit is contained in:
Blade of Darkness 2020-06-23 00:11:43 +02:00
parent 0e88b46889
commit 48cbb3295f
2 changed files with 16 additions and 0 deletions

View File

@ -241,3 +241,4 @@
- include: users/farooqkz.yml
- include: users/hellspawn.yml
- include: users/kuldar.yml
- include: users/igor.yml

View File

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