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

16 lines
354 B
YAML

---
- name: Setting up catman
user:
name: catman
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/catman
- authorized_key:
user: catman
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK1K8HDOAeOUFj8VFW0eYFtI6ZnzcYrfC2mdVPOxaH2W steve@turtle"