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

16 lines
364 B
YAML
Raw Normal View History

2021-03-20 02:57:11 +00:00
---
- name: Setting up mptyhead
user:
name: mptyhead
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/mptyhead
- authorized_key:
user: mptyhead
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHohRSGGaXi6fKVtibW5LQJGuz48gCA6IH1nfpxLiwg5 timpen@penguin"