Update gestione top x linux (sanitize + users) + zabbix e vpn

Changes to be committed:
	modified:   top.sls
	modified:   users.sls

	ZabbixSetup.bat
	ZabbixWin.sls
	sanitSalt.sh
	sanitize.sls
	ubuVpnSrv.sls
This commit is contained in:
Samuele-StackUser
2020-05-09 14:57:27 +02:00
parent ae87b24ee9
commit 19bb78b065
2 changed files with 29 additions and 6 deletions
+13 -5
View File
@@ -3,12 +3,15 @@ base:
'os:Windows':
- match: grain
- baseWin
- ZabbixWin
# 'os:Ubuntu':
# - match: grain
# - base
# - utils
# - editors
'os:Ubuntu':
- match: grain
- sanitize
- base
- utils
- editors
- users
'roles:developer':
- match: grain
@@ -53,3 +56,8 @@ base:
'roles:hvserver':
- match: grain
- baseHV
# 'roles:ubuVpnSrv':
# - match: grain
# - ubuVpnSrv
+16 -1
View File
@@ -3,10 +3,25 @@ marco:
- fullname: Marco Salvi
- shell: /bin/bash
- home: /home/marco
- password: vpsad24068
- 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 Locatelli
- shell: /bin/bash
- home: /home/samuele
- password: '$1$kK4.Rz43$Xfb1BOv5gEy.rU9Q2ZCVm1'
- groups:
- sudo
ssh_auth.present:
- user: samuele
- source: salt://ssh-keys/sam.id_ed25519.pub
- config: '%h/.ssh/authorized_keys'