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

16 lines
349 B
YAML
Raw Normal View History

2021-01-08 20:49:47 +00:00
---
- name: Setting up mcornick
user:
name: mcornick
groups: tilde
state: present
skeleton: /etc/skel
2021-09-01 19:12:45 +00:00
shell: /bin/bash
2021-01-08 20:49:47 +00:00
system: no
createhome: yes
home: /home/mcornick
- authorized_key:
user: mcornick
state: present
2022-07-05 00:42:20 +00:00
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL25/CkyKSTZVLsSCK+gFEWTVJC9Bmibpc7X7ucGTX7f"