16 lines
357 B
YAML
16 lines
357 B
YAML
|
---
|
||
|
- name: Setting up alinur
|
||
|
user:
|
||
|
name: alinur
|
||
|
groups: tilde
|
||
|
state: present
|
||
|
skeleton: /etc/skel
|
||
|
shell: /bin/bash
|
||
|
system: no
|
||
|
createhome: yes
|
||
|
home: /home/alinur
|
||
|
- authorized_key:
|
||
|
user: alinur
|
||
|
state: present
|
||
|
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICCPOpFygZ+D2wtMwebJA5jDOhwWiUKBsaYLMm256azM alinur@thinkpad"
|