Software to automate the management and configuration of infrastructure and applications at scale.
Find a file
2020-09-30 09:31:48 +01:00
.github move suggested fix 2020-09-29 15:40:39 -07:00
changelog Rename _schedule.conf on YAML parse error (#58179) 2020-09-29 18:09:12 -07:00
cicd use spot instance for windows2019 2020-09-29 10:16:41 -07:00
conf Correct typo in spelling enable_fqdns_grains 2020-09-29 01:08:33 -07:00
doc We don't really need to depend on the request fixture 2020-09-25 12:23:46 +01:00
pkg Bump to six==1.15.0 to avoid failures with the pre-commit checks 2020-09-25 12:07:37 +01:00
requirements Move CI static requirements to it's own subdirectory 2020-09-30 09:31:48 +01:00
rfcs Port #49651 to master 2020-05-09 01:56:19 -07:00
salt Add refresh arg to update() docs; pre-commit fixes 2020-09-29 18:09:56 -07:00
scripts Update scripts/* to explicitly reference Python 3 2020-05-07 16:58:40 -07:00
tasks Automatically remove import comments on files. 2020-09-24 13:47:43 -07:00
templates By these days, we should blowup if mock is not available 2019-12-13 05:16:10 +00:00
tests Fix format keys 2020-09-30 09:30:09 +01:00
.codeclimate.yml Tweak codeclimate settings for less noise 2019-05-09 14:03:53 +01:00
.codecov.yml Set codecov's status setting to false 2020-05-06 00:21:37 -07:00
.coveragerc Teach coverage a bit more about salt paths. 2020-08-11 10:21:27 -07:00
.editorconfig
.git-blame-ignore-revs Add blacken docs commit 2020-06-09 03:37:02 -07:00
.gitattributes Update changelog 2020-01-27 09:33:43 -06:00
.gitignore Remove new line in gitignore 2020-04-25 22:14:26 -07:00
.gitlab-ci.yml Revert "Add ShiftLeft Scan to the pipeline" 2020-07-14 15:25:04 -07:00
.mention-bot Always notify tkwilliams when changes occur on boto files 2017-08-25 19:34:29 -04:00
.pre-commit-config.yaml Move CI static requirements to it's own subdirectory 2020-09-30 09:31:48 +01:00
.pylintrc Bump pytest-salt-factories to 0.92.x 2020-09-14 07:55:09 +01:00
AUTHORS Ohlo is long gone 2020-09-30 09:31:48 +01:00
CHANGELOG.md Allow x509.certificate_managed to use a CSR 2020-09-09 09:44:54 -07:00
CODE_OF_CONDUCT.md Rename conduct file to code_of_conduct to be more clear 2017-06-09 09:39:14 -06:00
CONTRIBUTING.rst Break out support and contributing docs into separate files 2018-10-10 13:24:54 -04:00
DEPENDENCIES.md Add dates of copyright to dependencies 2020-09-04 10:14:56 -07:00
Gemfile fix spot instance creation until https://github.com/test-kitchen/kitchen-ec2/issues/511 is fixed 2020-09-29 10:16:24 -07:00
HACKING.rst Remove support for RAET 2019-10-10 09:46:39 +01:00
kitchen.yml Add changelog entry for bugfix for #57184. 2020-05-21 20:49:31 -07:00
LICENSE Fix path in license 2020-09-30 09:31:48 +01:00
MANIFEST.in Salt no longer supports IOFLO 2020-09-30 09:31:48 +01:00
noxfile.py Move CI static requirements to it's own subdirectory 2020-09-30 09:31:48 +01:00
Pipfile Update pytest requirements 2019-01-19 18:38:44 +00:00
pyproject.toml Fix for changelog project dir 2020-07-24 14:11:38 -07:00
pytest.ini Upgrade to PyTest 5.x 2020-05-22 09:17:36 -07:00
README.rst Fix dependencies link in readme 2020-09-03 17:25:46 -07:00
setup.py Fix duplicate console_scripts entry under windows 2020-08-20 19:31:13 +01:00
SUPPORT.rst Break out support and contributing docs into separate files 2018-10-10 13:24:54 -04:00

What is SaltStack?

SaltStack makes software for complex systems management at scale. SaltStack is the company that created and maintains the Salt Open project and develops and sells SaltStack Enterprise software, services and support. Easy enough to get running in minutes, scalable enough to manage tens of thousands of servers, and fast enough to communicate with them in seconds.

Salt is a new approach to infrastructure management built on a dynamic communication bus. Salt can be used for data-driven orchestration, remote execution for any infrastructure, configuration management for any app stack, and much more.

Download Salt Open

Salt Open is tested and packaged to run on CentOS, Debian, RHEL, Ubuntu, Windows. Download Salt Open and get started now.

https://repo.saltstack.com/

Installation Instructions

SaltStack Documentation

Installation instructions, getting started guides, and in-depth API documentation.

https://docs.saltstack.com/en/getstarted/

https://docs.saltstack.com/en/latest/

Security Advisory

For historical reasons, Salt requires PyCrypto as a "lowest common denominator". However, PyCrypto is unmaintained and best practice is to manually upgrade to use a more maintained library such as PyCryptodome. See Issue #52674 and Issue #54115 for more info

Engage SaltStack

SaltConf, User Groups and Meetups - SaltStack has a vibrant and global community of customers, users, developers and enthusiasts. Connect with other Salted folks in your area of the world, or join SaltConf, the SaltStack annual user conference held in Salt Lake City. Please visit the SaltConf site for details of our next conference. Also, please let us know if you would like to start a user group or if we should add your existing SaltStack user group to this list by emailing: info@saltstack.com

SaltStack Training - Get access to proprietary SaltStack education offerings through instructor-led training offered on-site, virtually or at SaltStack headquarters in Salt Lake City. SaltStack Enterprise training helps increase the value and effectiveness of SaltStack software for any customer and is a prerequisite for coveted SaltStack Certified Engineer (SSCE) status. SaltStack training is also available through several SaltStack professional services offerings.

Follow SaltStack on -

License

SaltStack is licensed by the SaltStack Team under the Apache 2.0 license. Please see the LICENSE file for the full text of the Apache license, followed by a full summary of the licensing used by external modules.

A complete list of attributions and dependencies can be found here: https://github.com/saltstack/salt/blob/master/DEPENDENCIES.md