Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tozd/salt
- Owner: tozd
- Created: 2014-12-14T13:50:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-21T22:35:27.000Z (8 months ago)
- Last Synced: 2024-11-06T11:45:53.410Z (about 1 month ago)
- Topics: salt, salt-states, saltstack
- Language: SaltStack
- Homepage:
- Size: 90.8 KB
- Stars: 4
- Watchers: 5
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-starts - tozd/salt - Base states for configuring servers via Salt. Read-only mirror of https://gitlab.com/tozd/salt (others)
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.