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

16 lines
372 B
YAML

---
- name: Setting up urandom0
user:
name: urandom0
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/urandom0
- authorized_key:
user: urandom0
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINaeznteCkxTIJXsPAHLtEGsL1OLmml3UV0xHLEYc+yB balazs@thinkpad-fedora"