ansible/roles/shell/tasks/users/sasaboss.yml
2020-11-14 14:44:02 +01:00

16 lines
370 B
YAML

---
- name: Setting up sasaboss
user:
name: sasaboss
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/sasaboss
- authorized_key:
user: sasaboss
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFk5VsmTAWGTHCBrf8b0OPptWSNaRuIS/zPrdgB2AJnz ed25519-key-20201113"