Update 'roles/shell/tasks/users/xfnw.yml'
This commit is contained in:
parent
43756c3141
commit
c5053ab28e
|
@ -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"
|
Loading…
Reference in New Issue