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

16 lines
345 B
YAML

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