ansible/roles/shell/tasks/users/11kb.yml

16 lines
333 B
YAML
Raw Normal View History

2023-09-15 23:12:04 +00:00
---
- name: Setting up 11kb
user:
name: 11kb
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/11kb
- authorized_key:
user: 11kb
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHRwxMpLuryZbPTFt6pkhPplfbJPqxTqrx87Ds6ouSCR"