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

16 lines
369 B
YAML
Raw Normal View History

2021-08-17 17:26:20 +00:00
---
- name: Setting up mrcreator1002
user:
name: mrcreator1002
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/mrcreator1002
- authorized_key:
user: mrcreator1002
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILFQ60vmQCBGQ/H9KA5vDGtSfXaaPdoF65aXCEOPpatI"