Update 'roles/shell/tasks/users/xfnw.yml'

This commit is contained in:
vulpine 2020-12-07 21:21:12 +00:00
parent 43756c3141
commit c5053ab28e
1 changed files with 4 additions and 4 deletions

View File

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