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

16 lines
347 B
YAML

---
- name: Setting up xfnw
user:
name: xfnw
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/xfnw
- authorized_key:
user: xfnw
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGWrzyntW1bgfQ10SBIOMR0ZBkLVtBL1OAGzC2nmUGds ltc@cbarchbtw"