mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
workstation state
This commit is contained in:
2
salt/workstation/init.sls
Normal file
2
salt/workstation/init.sls
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
include:
|
||||||
|
- xwindows
|
||||||
47
salt/workstation/packages.sls
Normal file
47
salt/workstation/packages.sls
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
xwindows_group:
|
||||||
|
pkg.group_installed:
|
||||||
|
- name: X Window System
|
||||||
|
|
||||||
|
graphical_extras:
|
||||||
|
pkg.installed:
|
||||||
|
- pkgs:
|
||||||
|
- gnome-classic-session
|
||||||
|
- gnome-terminal
|
||||||
|
- nautilus-open-terminal
|
||||||
|
- control-center
|
||||||
|
- liberation-mono-fonts
|
||||||
|
- file-roller
|
||||||
|
|
||||||
|
workstation_packages:
|
||||||
|
pkg.installed:
|
||||||
|
- pkgs:
|
||||||
|
- wget
|
||||||
|
- curl
|
||||||
|
- unzip
|
||||||
|
- gedit
|
||||||
|
- mono-core
|
||||||
|
- mono-basic
|
||||||
|
- mono-winforms
|
||||||
|
- expect
|
||||||
|
- securityonion-networkminer
|
||||||
|
- wireshark-gnome
|
||||||
|
- dsniff
|
||||||
|
- hping3
|
||||||
|
- netsed
|
||||||
|
- ngrep
|
||||||
|
- python36-scapy
|
||||||
|
- ssldump
|
||||||
|
- tcpdump
|
||||||
|
- tcpflow
|
||||||
|
- whois
|
||||||
|
- securityonion-foremost
|
||||||
|
- chromium
|
||||||
|
- securityonion-tcpstat
|
||||||
|
- securityion-tcptrace
|
||||||
|
- libevent
|
||||||
|
- sslplit
|
||||||
|
- securityonion-bittwist
|
||||||
|
- perl-IO-Compress
|
||||||
|
- perl-Net-DNS
|
||||||
|
- securityonion-chaosreader
|
||||||
|
- securityonion-analyst-extras
|
||||||
11
salt/workstation/xwindows.sls
Normal file
11
salt/workstation/xwindows.sls
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
include:
|
||||||
|
- workstation.packages
|
||||||
|
|
||||||
|
graphical_target:
|
||||||
|
file.symlink:
|
||||||
|
- name: /etc/systemd/system/default.target
|
||||||
|
- target: /lib/systemd/system/graphical.target
|
||||||
|
- force: True
|
||||||
|
- require:
|
||||||
|
- pkg: X Window System
|
||||||
|
- pkg: graphical_extras
|
||||||
Reference in New Issue
Block a user