Skip to main content

Vertical app-merge components for salt into heist

Project description

This tutorial will go over how to set up Heist to manage ephemeral Salt Minions. The whole point of Heist is to make deployment and management of Salt easy!

Before you start please be advised that a more detailed quickstart is available in the docs for heist.

Using Heist is very easy, Start by downloading Heist. Just install via pip:

pip install heist-salt

Setting up a Salt Master

Don’t worry, this is a snap! Once Heist is installed you will need a Salt Master to connect to. If you have an existing Salt Master running you can skip this section, just run heist on your Salt Master.

Download the all-in-one Salt binary for Linux or Mac (Windows coming soon!):

For Linux:

wget https://repo.saltproject.io/salt-bin/linux/salt

For Mac:

wget https://repo.saltproject.io/salt-bin/osx/salt

Now you can just run it!

chmod +x salt
sudo ./salt master

Now you have a running Salt Master to control your minions!

Making Your Roster

A Roster is a file used by Heist to map login information to the systems in your environment. This file can be very simple and just needs to tell Heist where your systems are and how to log into them via ssh. Open a file called roster.cfg and add the data needed to connect to a remote system via ssh:

192.168.4.4:
  username: fred
  password: freds_password

The roster files typically all live inside of a roster directory. But to get started will execute a single roster file with heist:

heist salt.minion -R roster.cfg

Assuming your roster is correct, heist will now connect to the remote system, deploy a salt minion, and connect it to your running master! Now you can use the same binary that you started the master with to accept your new minion’s keys:

./salt key -A

Then give your minion a few seconds to authenticate and then run your first salt command on the newly set up minion:

./salt \* test.version

That’s it! Now that the minion is up you can run salt commands on it at breakneck speed, the full power of Salt is at your fingertips!!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

heist-salt-1.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

heist_salt-1-py3-none-any.whl (2.2 kB view details)

Uploaded Python 3

File details

Details for the file heist-salt-1.tar.gz.

File metadata

  • Download URL: heist-salt-1.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for heist-salt-1.tar.gz
Algorithm Hash digest
SHA256 a375c25b3eb0963b6c2e9673d604a89da513ca849933dbf6e9674f9cef79885e
MD5 dfe69ec7f63f9f4d6cf32fd6d29ca0da
BLAKE2b-256 53a22a282ea5da901e52d896c621d6542913a8c9178eed990562cc6e62e088d3

See more details on using hashes here.

File details

Details for the file heist_salt-1-py3-none-any.whl.

File metadata

  • Download URL: heist_salt-1-py3-none-any.whl
  • Upload date:
  • Size: 2.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for heist_salt-1-py3-none-any.whl
Algorithm Hash digest
SHA256 e6f2dff0bb5a7ee661a62f927be41399860e6bb04c0bdd947fc895d1f404716d
MD5 e1cdb3f2526ad3a5fe63db37c7b57093
BLAKE2b-256 0d82b8356a8ecfa2be31940832dee6d5fe3f851a921d827100ab971f75e5226d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page