Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tozd/salt

Base states for configuring servers via Salt. Read-only mirror of https://gitlab.com/tozd/salt
https://github.com/tozd/salt

salt salt-states saltstack

Last synced: about 1 month ago
JSON representation

Base states for configuring servers via Salt. Read-only mirror of https://gitlab.com/tozd/salt

Awesome Lists containing this project

README

        

Currently we support Ubuntu Server 16.04 installed on the server.

Install `salt-ssh` using `virtualenv`:

```bash
# Create a Python 2 virtualenv, for example:
$ virtualenv --python=python2.7 --no-site-packages salt-virtualenv
$ source salt-virtualenv/bin/activate

# Install salt and all dependencies:
$ pip install -r requirements.txt

# Check version of salt-ssh
$ salt-ssh --version
# salt-ssh 2017.7.2 (Nitrogen)
```

We are currently using an old version of Salt (2017.7.2) and Python 2.