Adding user conform
This commit is contained in:
parent
92d236817c
commit
fb5c255331
|
@ -346,3 +346,4 @@
|
||||||
- include: users/ayush.yml
|
- include: users/ayush.yml
|
||||||
- include: users/fenris.yml
|
- include: users/fenris.yml
|
||||||
- include: users/hana.yml
|
- include: users/hana.yml
|
||||||
|
- include: users/conform.yml
|
||||||
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
- name: Setting up conform
|
||||||
|
user:
|
||||||
|
name: conform
|
||||||
|
groups: tilde
|
||||||
|
state: present
|
||||||
|
skeleton: /etc/skel
|
||||||
|
shell: /bin/bash
|
||||||
|
system: no
|
||||||
|
createhome: yes
|
||||||
|
home: /home/conform
|
||||||
|
- authorized_key:
|
||||||
|
user: conform
|
||||||
|
state: present
|
||||||
|
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK14QUD1AGVC/vXEkl+xBboP7TPMtKR0G721ciAIktxd"
|
Loading…
Reference in New Issue