Adding user vxrx

This commit is contained in:
Naglfar
2021-09-24 09:41:18 +02:00
parent c9a4e0f6ac
commit b2a8a02a5c
3 changed files with 28 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
---
- name: Setting up vxrx
user:
name: vxrx
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/vxrx
- authorized_key:
user: vxrx
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICGqXL0P01BAQ6pYRqmkQ1XD9456KjcVYPiaBX+PloW7 vxrx@jmp01"