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

16 lines
333 B
YAML

---
- name: Setting up acab
user:
name: acab
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/acab
- authorized_key:
user: acab
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHsTmK5ROgW/v05L2FhFdtFUXtMcfPyGtf+pXLIBKcNt"