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

16 lines
433 B
YAML
Raw Normal View History

2019-02-24 23:17:41 +00:00
---
- name: Setting up letamesis
user:
name: letamesis
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/letamesis
- authorized_key:
user: letamesis
state: present
key: "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBArBpKEKHnlkUMUMMI4efMBa6znObJRfjcj1uls/rlJBbnGUsicXwGGNctn68uB4zOstVZhafsH6D04E5WVS4Cc="