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

16 lines
383 B
YAML

---
- name: Setting up lickthecheese
user:
name: lickthecheese
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/lickthecheese
- authorized_key:
user: lickthecheese
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGWrzyntW1bgfQ10SBIOMR0ZBkLVtBL1OAGzC2nmUGds ltc@cbarchbtw"