Adding user voynich
continuous-integration/drone/push Build is passing Details

This commit is contained in:
deepend 2023-07-07 18:46:59 -06:00
parent 9038dc8fc2
commit ce47d78371
2 changed files with 16 additions and 0 deletions

View File

@ -21,3 +21,4 @@
- include: users/computertech.yml
- include: users/haivets.yml
- include: users/redhat.yml
- include: users/voynich.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up voynich
user:
name: voynich
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/voynich
- authorized_key:
user: voynich
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILEqZYkWn+hu7Sqpy/BAwlQHm76LfOfNLW4LjeTERS3V voynich@copland"