ansible-thunix/roles/shell/tasks/users/mcornick.yml

16 lines
349 B
YAML

---
- name: Setting up mcornick
user:
name: mcornick
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/mcornick
- authorized_key:
user: mcornick
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL25/CkyKSTZVLsSCK+gFEWTVJC9Bmibpc7X7ucGTX7f"