Software to automate the management and configuration of infrastructure and applications at scale.
Find a file
Daniel Wozniak f906ca5052
Some checks failed
CI / Prepare Workflow Run (push) Has been cancelled
CI / Pre-Commit (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / NSIS Tests (push) Has been cancelled
CI / Prepare Release: (push) Has been cancelled
CI / Documentation (push) Has been cancelled
CI / Build Source Tarball (push) Has been cancelled
CI / Build Salt Onedir (push) Has been cancelled
CI / Build Packages (push) Has been cancelled
CI / CI Deps (push) Has been cancelled
CI / Test Package (push) Has been cancelled
CI / Test Salt (push) Has been cancelled
CI / Combine Code Coverage (push) Has been cancelled
CI / Set the Pipeline Exit Status (push) Has been cancelled
Merge pull request #67803 from dwoz/merge/master/3007.x
Merge forward 3007.x into master
2025-03-08 04:21:26 -07:00
.github Merge branch '3007.x' 2025-03-08 00:19:10 -07:00
changelog Merge branch '3007.x' 2025-03-08 00:19:10 -07:00
cicd Merge branch '3006.x' into merge/3007.x/3006.x 2025-03-07 15:05:05 -07:00
conf Update docs for master dns changes 2024-04-25 10:16:46 -07:00
doc Fix incorrect formatting for code block 2025-02-21 02:32:27 -07:00
pkg Merge branch '3007.x' 2025-03-08 00:19:10 -07:00
requirements Merge branch '3007.x' 2025-03-08 00:19:10 -07:00
rfcs Add a few more nice to have hooks 2023-02-07 07:10:13 +00:00
salt Merge branch '3007.x' 2025-03-08 00:19:10 -07:00
scripts Update pre-commit hook versions 2024-02-29 12:30:49 +00:00
templates Add a few more nice to have hooks 2023-02-07 07:10:13 +00:00
tests Merge branch '3007.x' 2025-03-08 00:19:10 -07:00
tools Merge branch '3006.x' into merge/3007.x/3006.x 2025-03-07 15:05:05 -07:00
.backportrc.json Downgrade to sqren/backport-github-action@v8.9.7 at least errors are reported 2023-09-24 21:24:38 +01:00
.bandit Address Bandit's B602(subprocess_popen_with_shell_equals_true) on the test suite 2021-03-03 06:21:53 -05:00
.codeclimate.yml Tweak codeclimate settings for less noise 2019-05-09 14:03:53 +01:00
.codecov.yml Since we always run the full test suite with coverage, disable carry-forward 2023-10-16 15:48:39 +01:00
.coveragerc Fix code coverage collection/reporting. Create Salt specific coverage report. 2023-10-04 20:54:42 +01:00
.editorconfig Added .editorconfig for easier editing. 2015-10-04 21:35:51 -04:00
.git-blame-ignore-revs Update ignored revisions for git-blame 2021-02-22 14:12:11 -05:00
.gitattributes Update changelog 2020-01-27 09:33:43 -06:00
.gitignore Merge remote-tracking branch 'saltstack/3007.x' into merge/master/3007.x 2025-02-17 00:09:58 -07:00
.mention-bot Add a few more nice to have hooks 2023-02-07 07:10:13 +00:00
.pre-commit-config.yaml Merge branch '3007.x' 2025-03-08 00:19:10 -07:00
.pylintrc Fix ssh and cmd mod tests 2025-02-17 15:44:26 -07:00
AUTHORS Update various out-dated links, emails, etc. 2025-01-11 15:25:01 -07:00
CHANGELOG.md Merge branch '3006.x' into merge/3007.x/3006.x 2024-08-26 19:26:17 -07:00
CODE_OF_CONDUCT.md Update various out-dated links, emails, etc. 2025-01-11 15:25:01 -07:00
CONTRIBUTING.rst Merge remote-tracking branch 'saltstack/3007.x' into merge/master/3007.x 2025-02-17 00:09:58 -07:00
DEPENDENCIES.md removing references to Azure from existing files 2023-05-22 16:07:26 -04:00
LICENSE A more legal approach 2022-04-06 15:35:31 -04:00
MANIFEST.in Stop relying on salt/_version.py to write Salt's version. 2023-01-09 12:31:51 -07:00
NOTICE Initial removal usage of distutils and replacement with setuptools 2022-12-20 07:07:21 -07:00
noxfile.py Merge branch '3006.x' into merge/3007.x/3006.x 2025-01-29 15:22:23 -07:00
POLICY.rst Add suggestion from Murphy 2024-01-18 10:21:22 -07:00
pyproject.toml Remove all kitchen and jenkins related resources 2024-02-29 10:27:02 +00:00
pytest.ini Remove all kitchen and jenkins related resources 2024-02-29 10:27:02 +00:00
README.rst Add install guide link and repo urls 2025-02-11 15:07:12 -07:00
SECURITY.md Replace expired pubkey for security reporting 2024-06-18 10:17:08 -06:00
setup.cfg Migrated some invoke tasks to python-tools-scripts 2023-11-23 08:44:35 +00:00
setup.py Merge 3006.x into 3007.x 2024-02-29 14:25:24 +00:00
SUPPORT.rst Update various out-dated links, emails, etc. 2025-01-11 15:25:01 -07:00

Salt Project License: Apache v2.0

PyPi Package Downloads

Salt Project Discord Community

Salt Project subreddit

Follow SaltStack on Twitter

https://gitlab.com/saltstack/open/salt-branding-guide/-/raw/master/logos/SaltProject_altlogo_teal.png?inline=true

Salt is the world's fastest, most intelligent and scalable automation engine.

About Salt

Built on Python, Salt is an event-driven automation tool and framework to deploy, configure, and manage complex IT systems. Use Salt to automate common infrastructure administration tasks and ensure that all the components of your infrastructure are operating in a consistent desired state.

Salt has many possible uses, including configuration management, which involves:

  • Managing operating system deployment and configuration.
  • Installing and configuring software applications and services.
  • Managing servers, virtual machines, containers, databases, web servers, network devices, and more.
  • Ensuring consistent configuration and preventing configuration drift.

Salt is ideal for configuration management because it is pluggable, customizable, and plays well with many existing technologies. Salt enables you to deploy and manage applications that use any tech stack running on nearly any operating system, including different types of network devices such as switches and routers from a variety of vendors.

In addition to configuration management Salt can also:

  • Automate and orchestrate routine IT processes, such as common required tasks for scheduled server downtimes or upgrading operating systems or applications.
  • Create self-aware, self-healing systems that can automatically respond to outages, common administration problems, or other important events.

About our sponsors

Salt powers VMware by Broadcom's Tanzu Salt (previously Aria Automation Config / vRealize Automation SaltStack Config / SaltStack Enterprise), and can be found under the hood of products from Juniper, Cisco, Cloudflare, Nutanix, SUSE, and Tieto, to name a few.

The original sponsor of our community, SaltStack, was acquired by VMware in 2020. VMware was later acquired by Broadcom in 2023. The Salt Project remains an open source ecosystem that Broadcom supports and contributes to. Broadcom ensures the code integrity and quality of the Salt modules by acting as the official sponsor and manager of the Salt project. Many of the core Salt Project contributors are also Broadcom employees. This team carefully reviews and enhances the Salt modules to ensure speed, quality, and security.

Download and install Salt

Salt is tested and packaged to run on CentOS, Debian, RHEL, Ubuntu, MacOS, Windows, and more. Download Salt and get started now. See supported operating systems for more information.

To download and install Salt, see:

Technical support

Report bugs or problems using Salt by opening an issue: https://github.com/saltstack/salt/issues

To join our community forum where you can exchange ideas, best practices, discuss technical support questions, and talk to project maintainers, join our Discord server: Salt Project Community Discord

Salt Project documentation

Installation instructions, tutorials, in-depth API and module documentation:

Security advisories

Keep an eye on the Salt Project Security Announcements landing page. Salt Project recommends subscribing to the Salt Project Security RSS feed to receive notification when new information is available regarding security announcements.

Other channels to receive security announcements include the Salt Community mailing list and the Salt Project Community Discord.

Responsibly reporting security vulnerabilities

When reporting security vulnerabilities for Salt or other SaltStack projects, refer to the SECURITY.md file found in this repository.

Join our community

Salt is built by the Salt Project community, which includes more than 3,000 contributors working in roles just like yours. This well-known and trusted community works together to improve the underlying technology and extend Salt by creating a variety of execution and state modules to accomplish the most common tasks or solve the most important problems that people in your role are likely to face.

If you want to help extend Salt or solve a problem with Salt, you can join our community and contribute today.

Please be sure to review our Code of Conduct. Also, check out some of our community resources including:

There are lots of ways to get involved in our community. Every month, there are around a dozen opportunities to meet with other contributors and the Salt Core team and collaborate in real time. The best way to keep track is by subscribing to the Salt Project Community Events Calendar on the main https://saltproject.io website.

If you have additional questions, email us at saltproject.pdl@broadcom.com or reach out directly to the Community Discord. We'd be glad to have you join our community!

License

Salt is licensed 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: salt/DEPENDENCIES.md