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

16 lines
333 B
YAML
Raw Normal View History

2019-05-01 11:57:30 +00:00
---
- name: Setting up mspe
user:
name: mspe
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/mspe
- authorized_key:
user: mspe
state: present
2023-07-25 04:49:45 +00:00
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICxghhpzSYp3tSJaGeReUOjaGJ2ooQOd5oIZ9FX1SFHh"