Files
SaltStates/users.sls
T

37 lines
984 B
Plaintext

#marco:
# user.absent
# user.present:
# - fullname: Marco Salvi
# - shell: /bin/bash
# - home: /home/marco
# - password: '$1$kK4.Rz43$Xfb1BOv5gEy.rU9Q2ZCVm1'
# - groups:
# - sudo
# ssh_auth.present:
# - user: marco
# - source: salt://ssh-keys/marco.id_rsa.pub
# - config: '%h/.ssh/authorized_keys'
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