Skip to content
This repository has been archived by the owner on Aug 27, 2018. It is now read-only.

Latest commit

 

History

History
39 lines (30 loc) · 971 Bytes

README.md

File metadata and controls

39 lines (30 loc) · 971 Bytes

Simple setup to test salt stack.

#Contains

  • Vagrant master precise64
    • salt-master
    • halite
    • 192.168.250.2
  • Vagrant minion precise64
    • 192.168.250.3
  • Vagrant minion2 win7
    • 192.168.250.4

Usage

Prepare Minion 2

  • Install Chocolatey
  • Install Python
  • Install Salt
  • Alter hosts-file

mastercontains states in base and srv-folder. @see master.conf

  • vagrant ssh master
    • Maybe it's necessary to restart salt-minion on minion/minion2
  • sudo salt 'minion' state.highstate
  • sudo salt 'minion' state.sls vim
  • `sudo salt 'minion' state.sls copy´

Misc

  • Reset master vagrant destroy master && vagrant up master
  • Redo provisioning vagrant provision master
  • Reset minion vagrant destroy minion && vagrant up minion
  • Redo provisioning vagrant provision minion