Files
2023-04-27 16:38:33 +02:00

37 lines
1.0 KiB
Plaintext

samuele:
user.present:
- fullname: Samuele E. Locatelli
- shell: /bin/bash
- home: /home/samuele
- password: '$6$hNHeYKbo$NtBrKFzScGJEHUbVosleik/vruKx8DFDWqstBBr.m7uuiTqW9HDXabTi954uDaDzQJWGB4ced1d6r5ieMz6SC.'
- groups:
- sudo
ssh_auth.present:
- user: samuele
- source: salt://ssh-keys/sam.id_ed25519.pub
- config: '%h/.ssh/authorized_keys'
steamware:
user.present:
- fullname: Steamware Admin User
- shell: /bin/bash
- home: /home/steamware
- password: '$6$c31aH6dTMDuQ/lGO$ybu3eX4kDjE4wVFr6h8OWiBIp05DZ54DhwD.nPdGBvDDGGAaVhvogPJSRFbHopGV.yrCtXDDibTLDrFTHDME..'
- groups:
- sudo
marcolocatelli:
user.present:
- fullname: Marco Locatelli
- shell: /bin/bash
- home: /home/marcolocatelli
- password: '$6$7Z/Dt6isFylkPigM$kwfReFut2XcFHaw4VH14IjFQDDZCYSQ15riqCRLvR1BVll1uTRHgx9cYepML9sPO88V54.71aqrWarfZ8Qlc//'
- groups:
- sudo
ssh_auth.present:
- user: marcolocatelli
- source: salt://ssh-keys/marcolocatelli.id_ed25519.pub
- config: '%h/.ssh/authorized_keys'