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

16 lines
347 B
YAML
Raw Normal View History

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