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

16 lines
357 B
YAML
Raw Normal View History

2019-11-01 11:13:28 +00:00
---
- name: Setting up sakhawkins
user:
name: sakhawkins
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/sakhawkins
- authorized_key:
user: sakhawkins
state: present
2020-01-15 20:12:57 +00:00
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPXSUzAyJMouTDP+auIXOiAxiHbYR4ovkS92O1aNuJjq"