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

15 lines
353 B
YAML
Raw Normal View History

2020-10-19 22:26:29 +00:00
---
2020-10-22 13:22:06 +00:00
- user:
2020-10-19 22:26:29 +00:00
name: thefunkyspaw
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/thefunkyspaw
- authorized_key:
user: thefunkyspaw
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA1jqH/VkGFXHZZU7jdqjfP5+duqBlzSTb3Ve5A2TujU thefunkyspaw@global"