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

16 lines
333 B
YAML
Raw Normal View History

2018-12-23 17:44:15 +00:00
---
2023-07-30 21:28:29 +00:00
- name: Setting up slip
2018-12-23 17:44:15 +00:00
user:
name: slip
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/slip
- authorized_key:
2018-12-23 17:44:15 +00:00
user: slip
state: present
2023-07-30 21:28:29 +00:00
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMlFXOq8CIja7Avdu3lmJB6kxMbeb/fe+mpgLbvctvlB"