ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Deploying SaltStack on Windows

    IT Discussion
    saltstack salt open sam salt open chocolatey windows salt salt minion nano
    1
    1
    1.7k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller
      last edited by scottalanmiller

      Salt runs on nearly any OS, Windows Servers and Desktops are no exception. Unlike on UNIX, though, we cannot deploy using the universal Bootstrap script. Instead we can deploy using either Chocolatey or via a download and deploy. Either method is quite simple.

      If you want to use Chocolatey, the command is simply:

      choco install saltminion -y
      

      Or to install manually, which is what I did, you can download the Salt Minion installer from here: https://docs.saltstack.com/en/latest/topics/installation/windows.html

      The current latest package is: https://repo.saltstack.com/windows/Salt-Minion-2016.11.1-AMD64-Setup.exe

      Installation is simple and straightforward. Download, double click. Only information you need is the name of your Salt Master, if you've used the salt default and a ping will return the right host, you need change only the hostname of the system that you are installing and everything should work immediately. Yes, it's that simple!

      This works across all modern Windows versions, both server and desktop.


      To configure your minion you just need to edit the file C:\salt\conf\minion

      I like to do this with nano:

      nano C:\salt\conf\minion
      

      If you need nano on Windows:

      choco install nano -y
      
      1 Reply Last reply Reply Quote 2
      • 1 / 1
      • First post
        Last post