{"library":"salt","title":"Salt Project","description":"Salt (also known as SaltStack) is a Python-based open-source configuration management and remote execution system. Current version: 3007.14. Release cadence: approximately every 6 months with long-term support (LTS) releases every 2-3 years. It supports parallel execution of commands, state management, and event-driven automation across thousands of systems.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install salt"],"cli":{"name":"salt","version":"Traceback (most recent call last):"}},"imports":["import salt.client","import salt.config","import salt.wheel"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import salt.client\nimport salt.config\n\n# Load minion config (replace with your own config path)\nopts = salt.config.minion_config('/etc/salt/minion')\n# Create a local client for running commands\nclient = salt.client.LocalClient()\n# Run a test.ping on all minions\nresult = client.cmd('*', 'test.ping')\nprint(result)","lang":"python","description":"Basic usage: load configuration and execute a remote command on all minions.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}