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

This commit is contained in:
deepend 2023-07-16 18:30:46 -06:00
parent 70ae231579
commit 0e120fb880
2 changed files with 16 additions and 0 deletions

View File

@ -23,3 +23,4 @@
- include: users/redhat.yml
- include: users/voynich.yml
- include: users/xhafa.yml
- include: users/samsara.yml

View File

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