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

This commit is contained in:
owen 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: user:
name: lickthecheese name: xfnw
groups: tilde groups: tilde
state: present state: present
skeleton: /etc/skel skeleton: /etc/skel
shell: /bin/bash shell: /bin/bash
system: no system: no
createhome: yes createhome: yes
home: /home/lickthecheese home: /home/xfnw
- authorized_key: - authorized_key:
user: lickthecheese user: xfnw
state: present state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGWrzyntW1bgfQ10SBIOMR0ZBkLVtBL1OAGzC2nmUGds ltc@cbarchbtw" key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGWrzyntW1bgfQ10SBIOMR0ZBkLVtBL1OAGzC2nmUGds ltc@cbarchbtw"