ansible/roles/shell/tasks/users/parik.yml

17 lines
344 B
YAML
Raw Normal View History

2018-12-23 18:19:41 +00:00
---
- name: Setting up parik
user:
name: parik
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/parik
- authorized_key:
2018-12-23 18:19:41 +00:00
user: parik
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKauuT1/UGUWg+1o27WhFMAoQGfFt3mv+hqg7SEackVm parik"