Adding user ialokin
This commit is contained in:
parent
e37124c80a
commit
a55f7579d9
|
@ -294,3 +294,4 @@
|
||||||
- include: users/lesstech.yml
|
- include: users/lesstech.yml
|
||||||
- include: users/sasaboss.yml
|
- include: users/sasaboss.yml
|
||||||
- include: users/crispr.yml
|
- include: users/crispr.yml
|
||||||
|
- include: users/ialokin.yml
|
||||||
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
- name: Setting up ialokin
|
||||||
|
user:
|
||||||
|
name: ialokin
|
||||||
|
groups: tilde
|
||||||
|
state: present
|
||||||
|
skeleton: /etc/skel
|
||||||
|
shell: /bin/bash
|
||||||
|
system: no
|
||||||
|
createhome: yes
|
||||||
|
home: /home/ialokin
|
||||||
|
- authorized_key:
|
||||||
|
user: ialokin
|
||||||
|
state: present
|
||||||
|
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAz2seEPxKPCgjtLUffltJpnmsXu8E7Z8L0uDBgiKVIScaC06p+659kzFbayDwzZdLQeUDsSLwe4+H63v9NJyViQUCbo5gdPvH9RGFH3aZwTs7VH3BB/qbPr4EScO0KXqTHofSZZPgDX11T3/Iuhh9SOtMDICaRx09ByGupntC+1DPWmPJADVNh0CTJy9kMqe3dlnFp7siwmbHwyb6pmfEaF2hgrltzfn9ZlFVqhNz5f4t8tZ+flNg1f7XasAFAoiFf6XmHbL8J5anl+7vQ4UX+plJMOH1P0yauXP1I9BxUV5v66dA6IpZhIBsV+LLaetyKGvQoBu9GfaNsJ4tplLGSQ== rsa-key-20201111"
|
Loading…
Reference in New Issue