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

16 lines
337 B
YAML
Raw Normal View History

2021-03-17 07:27:13 +00:00
---
- name: Setting up zihtt
user:
name: zihtt
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/zihtt
- authorized_key:
user: zihtt
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPW+0jSSK/A7vcxtA7KRw6RDWlkn8P5Nv8eaNzuEkDjs"