16 lines
345 B
YAML
16 lines
345 B
YAML
|
---
|
||
|
- 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"
|