Skip to content

smatei/salt-strike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8614dfd · Nov 30, 2018

History

64 Commits
Feb 6, 2018
Nov 14, 2017
Nov 27, 2018
Feb 10, 2017
Feb 7, 2017
Nov 14, 2017
Jan 30, 2017
Nov 30, 2018
Feb 17, 2017
Jun 28, 2017
Nov 27, 2018
Apr 26, 2017

Repository files navigation

Project Github Pages

salt-strike

Manange a salt-stack installation (master + minions) using a spring microservice and salt-stack api.

How to use it

  • edit

src/main/resources/salt-api.properties

and input your own salt.api.url, salt.api.user, salt.api.password

  • alternatively you can run a docker setup with a salt master, minion and api (Docker setup) and use the default api setup of that docker image (salt.api.user: saltuser, salt.api.password: saltpassword, salt.api.url: http://localhost:8000)

  • run

mvn spring-boot:run